mirror of https://github.com/postgres/postgres.git
Include stdio.h to fix Craig Anderson's compile problem.
parent
86ab9a5118
commit
4da9c597af
|
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* 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" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
/* ----------------
|
/* ----------------
|
||||||
* include stuff common to fe and be
|
* include stuff common to fe and be
|
||||||
* ----------------
|
* ----------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue