projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5352bf3
)
Add C comment about necessary NetBSD include.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 1 Sep 2011 15:20:47 +0000
(11:20 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 1 Sep 2011 15:20:47 +0000
(11:20 -0400)
src/include/libpq/hba.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/libpq/hba.h
b/src/include/libpq/hba.h
index c111e42731150353e6853350bea5bfadb68f7045..489e62ce8d7ce3f4b56dc853e4472cd9dec76812 100644
(file)
--- a/
src/include/libpq/hba.h
+++ b/
src/include/libpq/hba.h
@@
-11,7
+11,7
@@
#ifndef HBA_H
#define HBA_H
-#include "libpq/pqcomm.h"
+#include "libpq/pqcomm.h"
/* pgrminclude remove */ /* needed for NetBSD */
#include "nodes/pg_list.h"