diff options
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" */ /* |