diff options
author | Bruce Momjian | 2000-06-15 00:52:26 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-06-15 00:52:26 +0000 |
commit | e362d4e1eadd75f083dd0ed6a5304a0f057379fb (patch) | |
tree | a4b745d43ce62c05610b8fcafebafcd2fddafc6a /src/include/miscadmin.h | |
parent | d540a9a6bdbb1c14ba3ceaf74ab3a32d9aa95b97 (diff) |
#include cleanups
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index b56ad152f2b..b3aa67250fc 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.59 2000/06/13 07:35:24 tgl Exp $ + * $Id: miscadmin.h,v 1.60 2000/06/15 00:52:04 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -26,7 +26,7 @@ #include <sys/types.h> /* For pid_t */ #include "postgres.h" - +#include "storage/ipc.h" /***************************************************************************** * globals.h -- * |