need to include postgres.h before HAVE_DLD_H
authorMarc G. Fournier
Fri, 2 Jan 1998 03:40:04 +0000 (03:40 +0000)
committerMarc G. Fournier
Fri, 2 Jan 1998 03:40:04 +0000 (03:40 +0000)
need to include string.h for strdup()

From: Bryan Henderson 

src/backend/port/dynloader/linux.c

index b88b330cdd18f49d4952ec072dda7df304278b08..2bf33c58fbe2d6c2085b6d8f6e780f6f30099202 100644 (file)
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.3 1998/01/01 06:02:02 thomas Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.4 1998/01/02 03:40:04 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include 
+#include 
+
+#include "postgres.h"
 #ifdef HAVE_DLD_H
 #include 
 #endif
-#include "postgres.h"
 #include "dynloader.h"
 #include "utils/elog.h"
 #include "fmgr.h"