diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-09-21 11:00:23 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-09-21 11:00:23 +0000 |
| commit | 2453e975c8c94bc34dd22334abcef985c159a90f (patch) | |
| tree | efa3cdc145c885eb661a42051bee2f4dc02ae5fa /src | |
| parent | 8140a6a3f8d4ab1e838432849848647c61acd462 (diff) | |
| download | s6-frontend-main.tar.gz | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/s6-frontend/process_kill.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s6-frontend/process_kill.c b/src/s6-frontend/process_kill.c index 64a97af..320f6dc 100644 --- a/src/s6-frontend/process_kill.c +++ b/src/s6-frontend/process_kill.c @@ -1,5 +1,8 @@ /* ISC license. */ +/* For SIGWINCH */ +#include <skalibs/nonposix.h> + #include <string.h> #include <signal.h> #include <unistd.h> |
