From: Bruce Momjian Date: Thu, 1 Sep 2011 14:34:04 +0000 (-0400) Subject: Add missing hba.h include for NetBSD. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5352bf39ffc5e5f54c3729d61e36b8a9568e4c35;p=users%2Fkgrittn%2Fpostgres.git Add missing hba.h include for NetBSD. --- diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index c49f30c61d..c111e42731 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"