From: Hiltjo Posthuma Date: Sun, 11 Oct 2020 12:51:35 +0000 (+0200) Subject: fix include: include sys/select.h for select(2) and FD_(ZERO|SET) X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=ec293427a0cc2ef7f561a60347ce940d567efb72 fix include: include sys/select.h for select(2) and FD_(ZERO|SET) Reported by nonterminal on IRC, thanks! --- 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