]> granicus.if.org Git - postgresql/commitdiff
Add #include "postgres.h"
authorMarc G. Fournier <scrappy@hub.org>
Thu, 31 Oct 1996 11:09:44 +0000 (11:09 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 31 Oct 1996 11:09:44 +0000 (11:09 +0000)
src/backend/parser/parser.c
src/backend/port/BSD44_derived/port-protos.h

index 752db2f1f676fa583e3b148aa532ac26342c22fa..09f4fd6363a61bfb3acb342edfbd0cb24dbf3e01 100644 (file)
@@ -6,7 +6,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.2 1996/07/19 07:24:11 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.3 1996/10/31 11:09:44 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -17,7 +17,7 @@
 #endif /*WIN32 */
 #include <sys/param.h>         /* for MAXPATHLEN */
 
-#include "utils/elog.h"
+#include "postgres.h"
 #include "parser/catalog_utils.h"
 #include "nodes/pg_list.h"
 #include "utils/exc.h"
index fe1f2bbcb03295cc3e19c5527f7f2b990724cedf..fa2d77892ca4b3c9e4d0808df0e8adfc0630d8c2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: port-protos.h,v 1.2 1996/10/23 07:40:45 scrappy Exp $
+ * $Id: port-protos.h,v 1.3 1996/10/31 11:09:37 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -17,6 +17,8 @@
 #include <nlist.h>
 #include <link.h>
 
+#include "postgres.h"
+
 #include "fmgr.h"                      /* for func_ptr */
 #include "utils/dynamic_loader.h"