aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/libpq-fe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h
index f327b2d84c6..518414b5061 100644
--- a/src/interfaces/libpq/libpq-fe.h
+++ b/src/interfaces/libpq/libpq-fe.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-fe.h,v 1.12 1996/11/11 12:16:57 scrappy Exp $
+ * $Id: libpq-fe.h,v 1.13 1996/11/22 04:39:53 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,6 +18,7 @@
extern "C" {
#endif
+#include <stdio.h>
/* ----------------
* include stuff common to fe and be
* ----------------