1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add missing include, required on some platforms

Noted by the buildfarm and Andres Freund
This commit is contained in:
Magnus Hagander
2014-02-12 20:04:13 +01:00
parent 0ae288d2dd
commit efb425a6f7

View File

@ -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>