diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:34:04 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:34:04 -0400 |
commit | 5352bf39ffc5e5f54c3729d61e36b8a9568e4c35 (patch) | |
tree | 15cc493a3e40b3c99d70893d9f132540a07d61fa | |
parent | b3d32ebac62d89eaedc740af5d3592ac019b8533 (diff) | |
download | postgresql-5352bf39ffc5e5f54c3729d61e36b8a9568e4c35.tar.gz postgresql-5352bf39ffc5e5f54c3729d61e36b8a9568e4c35.zip |
Add missing hba.h include for NetBSD.
-rw-r--r-- | src/include/libpq/hba.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index c49f30c61d9..c111e427311 100644 --- 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" |