fix include: include sys/select.h for select(2) and FD_(ZERO|SET)

Reported by nonterminal on IRC, thanks!
This commit is contained in:
Hiltjo Posthuma 2020-10-11 14:51:35 +02:00
parent 9bb34de449
commit ec293427a0
1 changed files with 2 additions and 0 deletions

2
sic.c
View File

@ -1,4 +1,6 @@
/* See LICENSE file for license details. */
#include <sys/select.h>
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>