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:05:09 +0100
commitca7435033bee9a58bbee27b1fd18b7fac0a94e14 (patch)
tree45ce019a45ed8f9acf67a82502ee034f8e8c6527 /src
parentc90204c605b7e12858e52b6af6efdbf3cb1c1bc4 (diff)
downloadpostgresql-ca7435033bee9a58bbee27b1fd18b7fac0a94e14.tar.gz
postgresql-ca7435033bee9a58bbee27b1fd18b7fac0a94e14.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 12ed6c8640e..07afef79656 100644
--- a/src/bin/pg_basebackup/pg_basebackup.c
+++ b/src/bin/pg_basebackup/pg_basebackup.c
@@ -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