blob: f024a5eb8017d2f34429e2a4be3f0c8db0d6be79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/unix/uxcons.c b/unix/uxcons.c
index fa1c43f..8c8da0c 100644
--- a/unix/uxcons.c
+++ b/unix/uxcons.c
@@ -8,6 +8,7 @@
#include <stdarg.h>
#include <assert.h>
#include <errno.h>
+#include <sys/select.h>
#include <termios.h>
#include <unistd.h>
|