mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Include stdio.h to fix Craig Anderson's compile problem.
This commit is contained in:
@ -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
|
||||||
* ----------------
|
* ----------------
|
||||||
|
Reference in New Issue
Block a user