Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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:05:09 +0000 (20:05 +0100)
Noted by the buildfarm and Andres Freund

src/bin/pg_basebackup/pg_basebackup.c

index 12ed6c8640e9977efbdb3c068d611da9dde2c63d..07afef79656846d4a9b01cdd5b50eb362172c81a 100644 (file)
@@ -21,6 +21,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <signal.h>
 #include <time.h>
 
 #ifdef HAVE_LIBZ