aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2014-02-12 20:04:13 +0100
committerMagnus Hagander <magnus@hagander.net>2014-02-12 20:06:07 +0100
commitefb425a6f767da9447403d83f8ceb089ded3959d (patch)
tree4055721fb02c24ba3bb268854ee64b711ccc2fc0 /src
parent0ae288d2dd7c0b6725feebbcf799a4d65e057d05 (diff)
downloadpostgresql-efb425a6f767da9447403d83f8ceb089ded3959d.tar.gz
postgresql-efb425a6f767da9447403d83f8ceb089ded3959d.zip
Add missing include, required on some platforms
Noted by the buildfarm and Andres Freund
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_basebackup/pg_basebackup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c
index 4cf7c436e6e..9d840a15fa8 100644
--- a/src/bin/pg_basebackup/pg_basebackup.c
+++ b/src/bin/pg_basebackup/pg_basebackup.c
@@ -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>