We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd26bef commit 40b75efCopy full SHA for 40b75ef
src/backend/port/dynloader/hpux.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
* NOTES
13
* all functions are defined here -- it's impossible to trace the
@@ -22,7 +22,7 @@
22
#include "c.h"
23
#include "fmgr.h"
24
#include "utils/dynamic_loader.h"
25
-#include "port-protos.h"
+#include "dynloader.h"
26
27
void *
28
pg_dlopen(char *filename)
0 commit comments