mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add missing hba.h include for NetBSD.
This commit is contained in:
parent
b3d32ebac6
commit
5352bf39ff
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#ifndef HBA_H
|
||||
#define HBA_H
|
||||
|
||||
#include "libpq/pqcomm.h"
|
||||
#include "nodes/pg_list.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue