Include stdio.h to fix Craig Anderson's compile problem.

This commit is contained in:
Bryan Henderson 1996-11-22 04:39:53 +00:00
parent 86ab9a5118
commit 4da9c597af
1 changed files with 2 additions and 1 deletions

View 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
* ----------------