summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 14:20:07 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 14:20:07 +0000
commitf6e6f678e748d8d53d15cc69c41fa281d9a7ff65 (patch)
treee21e9c6406517a5c02c797b980100bf59100086b /src
parent3315cae54873f180a26a37a5aaccaae5febec96e (diff)
downloads6-f6e6f678e748d8d53d15cc69c41fa281d9a7ff65.tar.xz
Agh! SIGWINCH isn't POSIX!
Diffstat (limited to 'src')
-rw-r--r--src/supervision/s6-supervise.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/supervision/s6-supervise.c b/src/supervision/s6-supervise.c
index f682040..80ba5f8 100644
--- a/src/supervision/s6-supervise.c
+++ b/src/supervision/s6-supervise.c
@@ -1,5 +1,8 @@
/* ISC license. */
+/* For SIGWINCH */
+#include <skalibs/nonposix.h>
+
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>