Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6b7763d

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 parent780cba9 commit6b7763d

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)

[8]ページ先頭

©2009-2025 Movatter.jp