mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
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.
This commit is contained in:
parent
780cba9880
commit
6b7763d1c1
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* all functions are defined here -- it's impossible to trace the
|
* all functions are defined here -- it's impossible to trace the
|
||||||
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
/* System includes */
|
/* System includes */
|
||||||
#include <a.out.h>
|
#include <a.out.h>
|
||||||
|
#include <dl.h>
|
||||||
|
|
||||||
#include "dl.h"
|
|
||||||
#include "dynloader.h"
|
#include "dynloader.h"
|
||||||
#include "utils/dynamic_loader.h"
|
#include "utils/dynamic_loader.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user