From ae1d931e885c26f8ba91c667eedd6da55d61847c Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 31 Oct 1996 10:37:53 +0000 Subject: clean up makefile add #include "postgres.h" --- src/backend/libpq/portalbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/libpq/portalbuf.c') diff --git a/src/backend/libpq/portalbuf.c b/src/backend/libpq/portalbuf.c index f927e268edf..98f225d19d9 100644 --- a/src/backend/libpq/portalbuf.c +++ b/src/backend/libpq/portalbuf.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.1.1.1 1996/07/09 06:21:30 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.2 1996/10/31 10:37:51 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -48,7 +48,7 @@ * */ #include -#include "c.h" +#include "postgres.h" #include "libpq/libpq.h" /* where the declarations go */ #include "utils/exc.h" -- cgit v1.2.3