aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-09-21 11:00:23 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-09-21 11:00:23 +0000
commit2453e975c8c94bc34dd22334abcef985c159a90f (patch)
treeefa3cdc145c885eb661a42051bee2f4dc02ae5fa
parent8140a6a3f8d4ab1e838432849848647c61acd462 (diff)
downloads6-frontend-2453e975c8c94bc34dd22334abcef985c159a90f.tar.gz
SIGWINCH is not posixHEADmain
-rw-r--r--src/s6-frontend/process_kill.c3
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>