]> granicus.if.org Git - postgresql/commitdiff
Add missing include, required on some platforms
authorMagnus Hagander <magnus@hagander.net>
Wed, 12 Feb 2014 19:04:13 +0000 (20:04 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 12 Feb 2014 19:06:07 +0000 (20:06 +0100)
Noted by the buildfarm and Andres Freund

src/bin/pg_basebackup/pg_basebackup.c

index 4cf7c436e6e0da0d64cff241e2ddac56918c1591..9d840a15fa899c75d7e900ce00dac66e81b5942b 100644 (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>