From 3037aace73af174aee6eecf6535236684f733eaa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 23 Oct 1998 16:11:14 +0000 Subject: [PATCH] Change string to string.h in libpq++. BSDI 3.0 complains. --- src/interfaces/libpq++/pgenv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/libpq++/pgenv.h b/src/interfaces/libpq++/pgenv.h index 43068aacce..136871cf7b 100644 --- a/src/interfaces/libpq++/pgenv.h +++ b/src/interfaces/libpq++/pgenv.h @@ -18,7 +18,7 @@ #ifndef PGENV_H #define PGENV_H -#include +#include #ifdef __sun__ #ifndef __GNUC__ -- 2.11.0