From f6e6f678e748d8d53d15cc69c41fa281d9a7ff65 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 12 Oct 2015 14:20:07 +0000 Subject: Agh! SIGWINCH isn't POSIX! --- src/supervision/s6-supervise.c | 3 +++ 1 file changed, 3 insertions(+) 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 + #include #include #include -- cgit v1.2.3