aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-04 06:35:36 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-04 06:35:36 +0000
commit796aca39162308d2deb83738b326e91d1d489de9 (patch)
tree2139f1c6a165981d894e818a45086cb5a61b19c7 /src/include/postgres.h
parent089dfb61f016c98b10aa77936a713b65c908b23f (diff)
downloadpostgresql-796aca39162308d2deb83738b326e91d1d489de9.tar.gz
postgresql-796aca39162308d2deb83738b326e91d1d489de9.zip
include utils/palloc.h as a default include, as its used more often then
not
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 703e9d69a32..3b3b0620269 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.1 1996/10/31 07:10:14 scrappy Exp $
+ * $Id: postgres.h,v 1.2 1996/11/04 06:35:36 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -39,6 +39,7 @@
#include "config.h"
#include "c.h"
#include "utils/elog.h"
+#include "utils/palloc.h"
/* ----------------------------------------------------------------
* Section 1: simple type definitions