diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-23 01:30:31 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-23 01:30:31 +0000 |
| commit | bae34b79dfc18949111f1d4c40e312e0a6954975 (patch) | |
| tree | 88313d14c5db4b50377621c7087b2b71cf475848 /src | |
| parent | dfb50d737670d13b901744bc7a7ebdd812bae1a5 (diff) | |
| download | s6-bae34b79dfc18949111f1d4c40e312e0a6954975.tar.gz | |
Obviously BSD stuff needs nonposix.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/supervision/s6-background-watch.c | 2 |
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> |
