From 3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 31 Oct 1996 05:58:01 +0000 Subject: Added needed include file. --- src/backend/include/miscadmin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/backend/include/miscadmin.h') 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" */ /* -- cgit v1.2.3