diff options
author | Bruce Momjian | 1998-10-23 16:11:14 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-10-23 16:11:14 +0000 |
commit | 3037aace73af174aee6eecf6535236684f733eaa (patch) | |
tree | 7ae46ec21204373746cec2dcbed05af594dfc1ca | |
parent | 1115162c84de97df4c0dd861787c902a8f6f7543 (diff) |
Change string to string.h in libpq++. BSDI 3.0 complains.
-rw-r--r-- | src/interfaces/libpq++/pgenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq++/pgenv.h b/src/interfaces/libpq++/pgenv.h index 43068aacce2..136871cf7b9 100644 --- a/src/interfaces/libpq++/pgenv.h +++ b/src/interfaces/libpq++/pgenv.h @@ -18,7 +18,7 @@ #ifndef PGENV_H #define PGENV_H -#include <string> +#include <string.h> #ifdef __sun__ #ifndef __GNUC__ |