We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ab9a5 commit 4da9c59Copy full SHA for 4da9c59
src/interfaces/libpq/libpq-fe.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -18,6 +18,7 @@
18
extern "C" {
19
#endif
20
21
+#include <stdio.h>
22
/* ----------------
23
* include stuff common to fe and be
24
* ----------------
0 commit comments