diff options
| -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> |
