OSDN Git Service

Change string to string.h in libpq++. BSDI 3.0 complains.
authorBruce Momjian <bruce@momjian.us>
Fri, 23 Oct 1998 16:11:14 +0000 (16:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 23 Oct 1998 16:11:14 +0000 (16:11 +0000)
src/interfaces/libpq++/pgenv.h

index 43068aa..136871c 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef PGENV_H
 #define PGENV_H
 
-#include <string>
+#include <string.h>
 
 #ifdef __sun__
 #ifndef __GNUC__