projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3d32eb
)
Add missing hba.h include for NetBSD.
author
Bruce Momjian
Thu, 1 Sep 2011 14:34:04 +0000
(10:34 -0400)
committer
Bruce Momjian
Thu, 1 Sep 2011 14:34:04 +0000
(10:34 -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 c49f30c61d990d4b1add76f2d2d712d228f644ad..c111e42731150353e6853350bea5bfadb68f7045 100644
(file)
--- a/
src/include/libpq/hba.h
+++ b/
src/include/libpq/hba.h
@@
-11,6
+11,7
@@
#ifndef HBA_H
#define HBA_H
+#include "libpq/pqcomm.h"
#include "nodes/pg_list.h"