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

fix so that dynloader.h is included instead of port-protos.h

parent a38bd20b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <sys/ldr.h> #include <sys/ldr.h>
#include <a.out.h> #include <a.out.h>
#include <ldfcn.h> #include <ldfcn.h>
#include "dlfcn.h" #include "dynloader.h"
#include "c.h" #include "c.h"
/* /*
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <stdio.h> #include <stdio.h>
#include <dld.h> #include <dld.h>
#include "postgres.h" #include "postgres.h"
#include "port-protos.h" #include "dynloader.h"
#include "utils/elog.h" #include "utils/elog.h"
#include "fmgr.h" #include "fmgr.h"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.1 1997/12/20 02:36:17 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.2 1997/12/20 04:13:31 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <dld.h> #include <dld.h>
#endif #endif
#include "postgres.h" #include "postgres.h"
#include "port-protos.h" #include "dynloader.h"
#include "utils/elog.h" #include "utils/elog.h"
#include "fmgr.h" #include "fmgr.h"
......
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