From ec293427a0cc2ef7f561a60347ce940d567efb72 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 11 Oct 2020 14:51:35 +0200 Subject: [PATCH] fix include: include sys/select.h for select(2) and FD_(ZERO|SET) Reported by nonterminal on IRC, thanks! --- sic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sic.c b/sic.c index ecefaf2..774f357 100644 --- a/sic.c +++ b/sic.c @@ -1,4 +1,6 @@ /* See LICENSE file for license details. */ +#include + #include #include #include -- 2.39.2