mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 12:51:44 +01:00
13 lines
260 B
Diff
13 lines
260 B
Diff
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>
|