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 780cba9 commit 6b7763dCopy full SHA for 6b7763d
src/backend/port/dynloader/hpux.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/port/dynloader/hpux.c,v 1.24 2004/01/04 04:06:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/hpux.c,v 1.25 2004/02/23 04:11:10 tgl Exp $
12
13
* NOTES
14
* all functions are defined here -- it's impossible to trace the
@@ -20,8 +20,8 @@
20
21
/* System includes */
22
#include <a.out.h>
23
+#include <dl.h>
24
-#include "dl.h"
25
#include "dynloader.h"
26
#include "utils/dynamic_loader.h"
27
0 commit comments