Skip to content

Commit 6b7763d

Browse files
committed
Write #include <dl.h>, not #include "dl.h", to correctly reflect the
fact that dl.h is a system header and not one of ours.
1 parent 780cba9 commit 6b7763d

File tree

1 file changed

+2
-2
lines changed
  • src/backend/port/dynloader

1 file changed

+2
-2
lines changed

src/backend/port/dynloader/hpux.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/port/dynloader/hpux.c,v 1.24 2004/01/04 04:06:37 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/port/dynloader/hpux.c,v 1.25 2004/02/23 04:11:10 tgl Exp $
1212
*
1313
* NOTES
1414
* all functions are defined here -- it's impossible to trace the
@@ -20,8 +20,8 @@
2020

2121
/* System includes */
2222
#include <a.out.h>
23+
#include <dl.h>
2324

24-
#include "dl.h"
2525
#include "dynloader.h"
2626
#include "utils/dynamic_loader.h"
2727

0 commit comments

Comments
 (0)