From: Bruce Momjian Date: Thu, 1 Sep 2011 15:20:47 +0000 (-0400) Subject: Add C comment about necessary NetBSD include. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7805b118560fa8a394823c57b46b70799e2431bb;p=users%2Fheikki%2Fpostgres.git Add C comment about necessary NetBSD include. --- 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"