]> granicus.if.org Git - postgresql/commitdiff
Add C comment about necessary NetBSD include.
authorBruce Momjian <bruce@momjian.us>
Thu, 1 Sep 2011 15:20:47 +0000 (11:20 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 1 Sep 2011 15:20:47 +0000 (11:20 -0400)
src/include/libpq/hba.h

index c111e42731150353e6853350bea5bfadb68f7045..489e62ce8d7ce3f4b56dc853e4472cd9dec76812 100644 (file)
@@ -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"