Make sure postgres.h is included before we start checking #ifdef's for other
authorMarc G. Fournier
Sat, 12 Apr 1997 09:37:31 +0000 (09:37 +0000)
committerMarc G. Fournier
Sat, 12 Apr 1997 09:37:31 +0000 (09:37 +0000)
header files.

Pointed out by: Edmund Mergl 

src/backend/main/main.c

index 2fa7a46242cfc395ac6c841ed0dd90e8c8978a46..5803f9dd3baa74d4df672cafe7bb21a984a6eb9d 100644 (file)
@@ -7,17 +7,18 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.4 1997/04/02 18:11:08 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.5 1997/04/12 09:37:31 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include 
 #include 
 #include 
+
+#include "postgres.h"
 #ifdef USE_LOCALE  
   #include 
 #endif
-#include "postgres.h"
 #include "miscadmin.h"
 #include "bootstrap/bootstrap.h"   /* for BootstrapMain() */
 #include "tcop/tcopprot.h"     /* for PostgresMain() */