summaryrefslogtreecommitdiff
path: root/src/tty.c
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2016-07-30 23:11:13 +0200
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-07-31 23:41:16 -0700
commite2eb64b4a42450e9c54c217402573b27279c8599 (patch)
tree954e411773e976d261c3696e8f9359a22353e14a /src/tty.c
parent62415d3bc41771584910b8b524699884ea576e3a (diff)
Add sys/select.h to fix building with musl libc
Diffstat (limited to 'src/tty.c')
-rw-r--r--src/tty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tty.c b/src/tty.c
index 97ac2ab..ed951b3 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -5,6 +5,7 @@
#include <stdarg.h>
#include <termios.h>
#include <sys/ioctl.h>
+#include <sys/select.h>
#include "tty.h"