aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/supervision/s6-background-watch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/supervision/s6-background-watch.c b/src/supervision/s6-background-watch.c
index 8a69699..8c4053b 100644
--- a/src/supervision/s6-background-watch.c
+++ b/src/supervision/s6-background-watch.c
@@ -4,6 +4,8 @@
#if defined(SKALIBS_HASPRCTL) || defined(SKALIBS_HASPROCCTL) || defined(SKALIBS_HASKEVENT)
+#include <skalibs/nonposix.h>
+
#include <unistd.h>
#include <signal.h>
#include <sys/wait.h>