projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ab9a5
)
Include stdio.h to fix Craig Anderson's compile problem.
author
Bryan Henderson
Fri, 22 Nov 1996 04:39:53 +0000
(
04:39
+0000)
committer
Bryan Henderson
Fri, 22 Nov 1996 04:39:53 +0000
(
04:39
+0000)
src/interfaces/libpq/libpq-fe.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/libpq-fe.h
b/src/interfaces/libpq/libpq-fe.h
index f327b2d84c69e2eceb9b0bc2f36e0b9d350dd4a6..518414b5061874f9d124199fc4ae6fdfc5035779 100644
(file)
--- 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.1
2 1996/11/11 12:16:57 scrappy
Exp $
+ * $Id: libpq-fe.h,v 1.1
3 1996/11/22 04:39:53 bryanh
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-18,6
+18,7
@@
extern "C" {
#endif
+#include
/* ----------------
* include stuff common to fe and be
* ----------------