aboutsummaryrefslogtreecommitdiff
path: root/src/backend/include/miscadmin.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-10-31 05:58:01 +0000
committerBruce Momjian <bruce@momjian.us>1996-10-31 05:58:01 +0000
commit3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 (patch)
tree3ed2f5e76f0d903c7ba452e8f7ab2f55f57721c0 /src/backend/include/miscadmin.h
parent7a93da98af8694feb58e97fdbdcbc64a3d07160c (diff)
downloadpostgresql-3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772.tar.gz
postgresql-3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772.zip
Added needed include file.
Diffstat (limited to 'src/backend/include/miscadmin.h')
-rw-r--r--src/backend/include/miscadmin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/include/miscadmin.h b/src/backend/include/miscadmin.h
index 6af60d7c3cb..3b9721cd7e7 100644
--- a/src/backend/include/miscadmin.h
+++ b/src/backend/include/miscadmin.h
@@ -12,7 +12,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: miscadmin.h,v 1.5 1996/10/23 07:40:32 scrappy Exp $
+ * $Id: miscadmin.h,v 1.6 1996/10/31 05:53:43 momjian Exp $
*
* NOTES
* some of the information in this file will be moved to
@@ -27,6 +27,8 @@
* globals.h -- *
*****************************************************************************/
+#include "postgres.h"
+
/* #include "storage/sinval.h" */
/*