diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-10-31 05:58:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-10-31 05:58:01 +0000 |
commit | 3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 (patch) | |
tree | 3ed2f5e76f0d903c7ba452e8f7ab2f55f57721c0 /src/backend/include/miscadmin.h | |
parent | 7a93da98af8694feb58e97fdbdcbc64a3d07160c (diff) | |
download | postgresql-3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772.tar.gz postgresql-3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772.zip |
Added needed include file.
Diffstat (limited to 'src/backend/include/miscadmin.h')
-rw-r--r-- | src/backend/include/miscadmin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/include/miscadmin.h b/src/backend/include/miscadmin.h index 6af60d7c3cb..3b9721cd7e7 100644 --- a/src/backend/include/miscadmin.h +++ b/src/backend/include/miscadmin.h @@ -12,7 +12,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.5 1996/10/23 07:40:32 scrappy Exp $ + * $Id: miscadmin.h,v 1.6 1996/10/31 05:53:43 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -27,6 +27,8 @@ * globals.h -- * *****************************************************************************/ +#include "postgres.h" + /* #include "storage/sinval.h" */ /* |