From f5cda6d3f3584e4f7554696dfb34c1ab1f3aa113 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Aug 2001 22:46:28 +0000 Subject: c.h needs to include postgres_ext.h to be self-contained. --- src/include/postgres.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/postgres.h') diff --git a/src/include/postgres.h b/src/include/postgres.h index c40db19dab2..964f1eaef1f 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -10,7 +10,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1995, Regents of the University of California * - * $Id: postgres.h,v 1.51 2001/08/23 23:06:38 tgl Exp $ + * $Id: postgres.h,v 1.52 2001/08/24 22:46:28 petere Exp $ * *------------------------------------------------------------------------- */ @@ -44,7 +44,6 @@ #ifndef POSTGRES_H #define POSTGRES_H -#include "postgres_ext.h" #include "c.h" #include "utils/elog.h" #include "utils/palloc.h" -- cgit v1.2.3