From 2453e975c8c94bc34dd22334abcef985c159a90f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 21 Sep 2026 11:00:23 +0000 Subject: SIGWINCH is not posix --- src/s6-frontend/process_kill.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 + #include #include #include -- cgit v1.3.1