From efb425a6f767da9447403d83f8ceb089ded3959d Mon Sep 17 00:00:00 2001 From: Magnus Hagander <magnus@hagander.net> Date: Wed, 12 Feb 2014 20:04:13 +0100 Subject: [PATCH] Add missing include, required on some platforms Noted by the buildfarm and Andres Freund --- src/bin/pg_basebackup/pg_basebackup.c | 1 + 1 file changed, 1 insertion(+) 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> -- GitLab