1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Add missing hba.h include for NetBSD.

This commit is contained in:
Bruce Momjian
2011-09-01 10:34:04 -04:00
parent b3d32ebac6
commit 5352bf39ff

View File

@ -11,6 +11,7 @@
#ifndef HBA_H
#define HBA_H
#include "libpq/pqcomm.h"
#include "nodes/pg_list.h"