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

This commit is contained in:
Marc G. Fournier 1997-12-20 04:13:31 +00:00
parent a38bd20b83
commit 9a60a20f99
3 changed files with 4 additions and 4 deletions

View File

@ -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"
/* /*

View File

@ -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"

View File

@ -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 @@
#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"