Commit 4da9c597 authored by Bryan Henderson's avatar Bryan Henderson

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

parent 86ab9a51
...@@ -6,7 +6,7 @@ ...@@ -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 @@ ...@@ -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
* ---------------- * ----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment