Commit 40b75ef5 authored by Marc G. Fournier's avatar Marc G. Fournier

Fixes:

        dynloader.c:25: port-protos.h: No such file or directory

In HPUX port
parent dd26bef4
...@@ -7,7 +7,7 @@ ...@@ -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 @@ ...@@ -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)
......
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