aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-10-23 01:30:31 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-10-23 01:30:31 +0000
commitbae34b79dfc18949111f1d4c40e312e0a6954975 (patch)
tree88313d14c5db4b50377621c7087b2b71cf475848 /src
parentdfb50d737670d13b901744bc7a7ebdd812bae1a5 (diff)
downloads6-bae34b79dfc18949111f1d4c40e312e0a6954975.tar.gz
Obviously BSD stuff needs nonposix.h
Diffstat (limited to 'src')
-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>