diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 22:46:28 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 22:46:28 +0000 |
commit | f5cda6d3f3584e4f7554696dfb34c1ab1f3aa113 (patch) | |
tree | 9711b9dd2e6194129ed88eb7d160ed3baed160df /src/include/postgres.h | |
parent | ae05b2fd43f9cee33b93b35a32330ac19e0825de (diff) | |
download | postgresql-f5cda6d3f3584e4f7554696dfb34c1ab1f3aa113.tar.gz postgresql-f5cda6d3f3584e4f7554696dfb34c1ab1f3aa113.zip |
c.h needs to include postgres_ext.h to be self-contained.
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 3 |
1 files changed, 1 insertions, 2 deletions
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" |