summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/postmaster.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 04:48:27 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 04:48:27 +0000
commitdaa93cf5c516d78c43f2c332702e5d6c3629d170 (patch)
treec0c123dc1f9d24dc85496cff67617af845a3b276 /src/backend/postmaster/postmaster.c
parentb216c1eac656680056f39303f3c4a43fdfad6fc3 (diff)
Clean up Makefile, make sure that postmaster.c compiles
Diffstat (limited to 'src/backend/postmaster/postmaster.c')
-rw-r--r--src/backend/postmaster/postmaster.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 1daf3c1b00f..0f810b879e3 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.19 1996/10/30 00:36:59 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.20 1996/11/03 04:48:26 scrappy Exp $
*
* NOTES
*
@@ -32,8 +32,9 @@
*
*-------------------------------------------------------------------------
*/
+#include "postgres.h"
+
#include "libpq/pqsignal.h" /* substitute for <signal.h> */
-#include "config.h"
#include <string.h>
#include <stdlib.h>
@@ -73,6 +74,7 @@
#include "libpq/pqcomm.h"
#include "miscadmin.h"
#include "lib/dllist.h"
+#include "nodes/nodes.h"
#include "utils/mcxt.h"
#include "storage/proc.h"
#include "utils/elog.h"