Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4da9c59

Browse files
author
Bryan Henderson
committed
Include stdio.h to fix Craig Anderson's compile problem.
1 parent 86ab9a5 commit 4da9c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/libpq/libpq-fe.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: libpq-fe.h,v 1.12 1996/11/11 12:16:57 scrappy Exp $
9+
* $Id: libpq-fe.h,v 1.13 1996/11/22 04:39:53 bryanh Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -18,6 +18,7 @@
1818
extern "C" {
1919
#endif
2020

21+
#include <stdio.h>
2122
/* ----------------
2223
* include stuff common to fe and be
2324
* ----------------

0 commit comments

Comments
 (0)