1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +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 c90204c605
commit ca7435033b

View File

@ -21,6 +21,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <signal.h>
#include <time.h> #include <time.h>
#ifdef HAVE_LIBZ #ifdef HAVE_LIBZ