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 63ab2befe0
commit 48870dd9f7
1 changed files with 1 additions and 0 deletions

View File

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