summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-misc.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 07:14:32 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 07:14:32 +0000
commit4bdf308bdf73a4a819f2c144c9a3a4cb8375fc02 (patch)
tree088ed78b6319367a52bf96c1f2f1c6a183a01a3d /src/interfaces/libpq/fe-misc.c
parentaed384f12df8b41264e14fb63257e3a1f1371acb (diff)
downloadpostgresql-4bdf308bdf73a4a819f2c144c9a3a4cb8375fc02.tar.gz
shared build fails, but the rest compiles...formatting error in the
cc -shared, I believe...
Diffstat (limited to 'src/interfaces/libpq/fe-misc.c')
-rw-r--r--src/interfaces/libpq/fe-misc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-misc.c b/src/interfaces/libpq/fe-misc.c
index ea5b87df7e..852ceefe9e 100644
--- a/src/interfaces/libpq/fe-misc.c
+++ b/src/interfaces/libpq/fe-misc.c
@@ -11,13 +11,16 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.2 1996/08/06 16:16:48 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.3 1996/11/03 07:14:32 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdlib.h>
#include <stdio.h>
+
+#include "postgres.h"
+
#include "libpq-fe.h"
/* pqGetc: