diff --git a/git-compat-util.h b/git-compat-util.h index 75b2a4bc9b..22a53d3668 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -431,6 +431,7 @@ typedef int pid_t; #define SIGKILL 0 #define SIGCHLD 0 #define SIGALRM 0 +#define SIGPIPE 0 #define ECONNABORTED 0 int kill(pid_t pid, int sig);