11 lines
183 B
Diff
11 lines
183 B
Diff
|
--- unix/uxcons.c
|
||
|
+++ 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>
|