summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 051d65cec01..63640e53db1 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.23 1999/06/10 22:59:22 momjian Exp $
+ * $Id: postgres.h,v 1.24 1999/07/15 15:20:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -40,8 +40,9 @@
#include "config.h"
#endif
#include "c.h"
-#include "utils/elog.h"
#include "utils/palloc.h"
+#include "utils/mcxt.h"
+#include "utils/elog.h"
/* ----------------------------------------------------------------
* Section 1: simple type definitions