]> granicus.if.org Git - postgresql/commitdiff
Put back another not-so-unnecessary #include, per report from Hiroshi Saito.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jul 2006 01:05:23 +0000 (01:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jul 2006 01:05:23 +0000 (01:05 +0000)
src/backend/storage/ipc/pmsignal.c

index 1ddb90de4c155e72f3338c8c9e480a3036b1424b..06d48c033ca9be86611b85b485eb8e61ed54a4f4 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/pmsignal.c,v 1.22 2006/07/14 14:52:22 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/pmsignal.c,v 1.23 2006/07/16 01:05:23 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -18,6 +18,7 @@
 #include <unistd.h>
 
 #include "miscadmin.h"
+#include "postmaster/postmaster.h"
 #include "storage/pmsignal.h"
 #include "storage/shmem.h"