From: Bryan Henderson Date: Fri, 22 Nov 1996 04:39:53 +0000 (+0000) Subject: Include stdio.h to fix Craig Anderson's compile problem. X-Git-Tag: REL2_0~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4da9c597af4dbb9097c4f6465268ff48f7e91ab6;p=postgresql Include stdio.h to fix Craig Anderson's compile problem. --- diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h index f327b2d84c..518414b506 100644 --- a/src/interfaces/libpq/libpq-fe.h +++ b/src/interfaces/libpq/libpq-fe.h @@ -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 /* ---------------- * include stuff common to fe and be * ----------------