Files
pkgsrc-ng/databases/pgpool2/patches/patch-src_watchdog_wd__escalation.c
2016-11-18 22:39:22 +01:00

17 lines
411 B
C

$NetBSD: patch-src_watchdog_wd__escalation.c,v 1.1 2016/03/11 21:30:55 fhajny Exp $
Add sys/wait.h unconditionally, same as other source files.
--- src/watchdog/wd_escalation.c.orig 2016-02-10 08:53:31.000000000 +0000
+++ src/watchdog/wd_escalation.c
@@ -27,9 +27,7 @@
#include <unistd.h>
#include <errno.h>
-#ifdef __FreeBSD__
#include <sys/wait.h>
-#endif
#include "pool.h"
#include "utils/elog.h"