Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 48870dd

Browse files
committed
Add missing include, required on some platforms
Noted by the buildfarm and Andres Freund
1 parent 63ab2be commit 48870dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_basebackup/pg_basebackup.c

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <sys/stat.h>
2323
#include <sys/types.h>
2424
#include <sys/wait.h>
25+
#include <signal.h>
2526
#include <time.h>
2627

2728
#ifdef HAVE_LIBZ

0 commit comments

Comments
 (0)