Commit 9caf84bc authored by Marc G. Fournier's avatar Marc G. Fournier

#include "postgres.h" is a standard include for all .c files, auto-including

config.h, c.h *and* elog.h...added elog.h
parent 1c5fa955
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1995, Regents of the University of California * Copyright (c) 1995, Regents of the University of California
* *
* $Id: postgres.h,v 1.4 1996/09/23 08:38:45 scrappy Exp $ * $Id: postgres.h,v 1.5 1996/10/18 18:28:33 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include "config.h" #include "config.h"
#include "c.h" #include "c.h"
#include "utils/elog.h"
/* ---------------------------------------------------------------- /* ----------------------------------------------------------------
* Section 1: simple type definitions * Section 1: simple type definitions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment