mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
Add missing include, required on some platforms
Noted by the buildfarm and Andres Freund
This commit is contained in:
parent
0ae288d2dd
commit
efb425a6f7
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef HAVE_LIBZ
|
||||
#include <zlib.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue