summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1997-01-08 08:33:07 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1997-01-08 08:33:07 +0000
commit5e98c40129beed4b504b48e83dae2962b6fcbacb (patch)
tree106b356fcbdd59521efe27f3ae13283a6fd76b3c /src/backend/storage/ipc/ipci.c
parente5ff0b930a8afebecc143cf350db2da2b10d9fca (diff)
Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.
Diffstat (limited to 'src/backend/storage/ipc/ipci.c')
-rw-r--r--src/backend/storage/ipc/ipci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c
index 2527daed7f8..f949041f44d 100644
--- a/src/backend/storage/ipc/ipci.c
+++ b/src/backend/storage/ipc/ipci.c
@@ -7,13 +7,12 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.4 1996/11/08 05:58:33 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.5 1997/01/08 08:32:03 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include <sys/types.h>
-#include <sys/ipc.h>
#include "postgres.h"