]> granicus.if.org Git - postgresql/commitdiff
Include stdio.h to fix Craig Anderson's compile problem.
authorBryan Henderson <bryanh@giraffe.netgate.net>
Fri, 22 Nov 1996 04:39:53 +0000 (04:39 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Fri, 22 Nov 1996 04:39:53 +0000 (04:39 +0000)
src/interfaces/libpq/libpq-fe.h

index f327b2d84c69e2eceb9b0bc2f36e0b9d350dd4a6..518414b5061874f9d124199fc4ae6fdfc5035779 100644 (file)
@@ -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
  * ----------------