Commit 48870dd9 authored by Magnus Hagander's avatar Magnus Hagander

Add missing include, required on some platforms

Noted by the buildfarm and Andres Freund
parent 63ab2bef
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment