Skip to content
Snippets Groups Projects
Commit efb425a6 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Add missing include, required on some platforms

Noted by the buildfarm and Andres Freund
parent 0ae288d2
No related branches found
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment