From 5e98c40129beed4b504b48e83dae2962b6fcbacb Mon Sep 17 00:00:00 2001 From: Bryan Henderson Date: Wed, 8 Jan 1997 08:33:07 +0000 Subject: Change the way ipc.h is included because sys/ipc.h on Ultrix is broken. --- src/backend/utils/init/postinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/init/postinit.c') diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c index de2768d8da..178d45ff83 100644 --- a/src/backend/utils/init/postinit.c +++ b/src/backend/utils/init/postinit.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.6 1996/11/12 06:46:42 bryanh Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.7 1997/01/08 08:33:07 bryanh Exp $ * * NOTES * InitPostgres() is the function called from PostgresMain @@ -32,13 +32,13 @@ #include #include #include -#include #include #include #include "postgres.h" #include "version.h" +#include #include #include #include -- cgit v1.2.1