]> granicus.if.org Git - postgresql/commitdiff
Add missing hba.h include for NetBSD.
authorBruce Momjian <bruce@momjian.us>
Thu, 1 Sep 2011 14:34:04 +0000 (10:34 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 1 Sep 2011 14:34:04 +0000 (10:34 -0400)
src/include/libpq/hba.h

index c49f30c61d990d4b1add76f2d2d712d228f644ad..c111e42731150353e6853350bea5bfadb68f7045 100644 (file)
@@ -11,6 +11,7 @@
 #ifndef HBA_H
 #define HBA_H
 
+#include "libpq/pqcomm.h"
 #include "nodes/pg_list.h"