Fixes:
dynloader.c:25: port-protos.h: No such file or directory In HPUX port
This commit is contained in:
parent
dd26bef4ef
commit
40b75ef5d0
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.1 1997/12/20 04:48:06 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.2 1998/02/02 00:10:10 scrappy Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* all functions are defined here -- it's impossible to trace the
|
* all functions are defined here -- it's impossible to trace the
|
||||||
@ -22,7 +22,7 @@
|
|||||||
#include "c.h"
|
#include "c.h"
|
||||||
#include "fmgr.h"
|
#include "fmgr.h"
|
||||||
#include "utils/dynamic_loader.h"
|
#include "utils/dynamic_loader.h"
|
||||||
#include "port-protos.h"
|
#include "dynloader.h"
|
||||||
|
|
||||||
void *
|
void *
|
||||||
pg_dlopen(char *filename)
|
pg_dlopen(char *filename)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user