From bae34b79dfc18949111f1d4c40e312e0a6954975 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 23 Oct 2025 01:30:31 +0000 Subject: Obviously BSD stuff needs nonposix.h --- src/supervision/s6-background-watch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/supervision') 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 + #include #include #include -- cgit v1.3.1