Introduction
Introduction Statistics Contact Development Disclaimer Help
fix include: include sys/select.h for select(2) and FD_(ZERO|SET) - sic - simpl…
git clone git://git.suckless.org/sic
Log
Files
Refs
README
LICENSE
---
commit ec293427a0cc2ef7f561a60347ce940d567efb72
parent 9bb34de449c8f22d869a6f3794107ed25d37c7c1
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 11 Oct 2020 14:51:35 +0200
fix include: include sys/select.h for select(2) and FD_(ZERO|SET)
Reported by nonterminal on IRC, thanks!
Diffstat:
M sic.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sic.c b/sic.c
@@ -1,4 +1,6 @@
/* See LICENSE file for license details. */
+#include <sys/select.h>
+
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.