From 4da9c597af4dbb9097c4f6465268ff48f7e91ab6 Mon Sep 17 00:00:00 2001 From: Bryan Henderson Date: Fri, 22 Nov 1996 04:39:53 +0000 Subject: [PATCH] Include stdio.h to fix Craig Anderson's compile problem. --- src/interfaces/libpq/libpq-fe.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * ---------------- -- 2.40.0