summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2011-09-01 15:20:47 +0000
committerBruce Momjian2011-09-01 15:20:47 +0000
commit7805b118560fa8a394823c57b46b70799e2431bb (patch)
tree20cd0e5780ddff8242244f27c0ed954dbd54fa85
parent5352bf39ffc5e5f54c3729d61e36b8a9568e4c35 (diff)
Add C comment about necessary NetBSD include.
-rw-r--r--src/include/libpq/hba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h
index c111e42731..489e62ce8d 100644
--- 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"