- rcrnstn/fzy
- Commit e2eb64b4a42450e9c54c217402573b27279c8599
Browse code
Add sys/select.h to fix building with musl libc
Duncaen authored on 30/07/2016 21:11:13
• John Hawthorn committed on 01/08/2016 06:41:16
Showing 1 changed files
|
...
|
...
|
@@ -5,6 +5,7 @@
|
|
5
|
5
|
#include <stdarg.h>
|
|
6
|
6
|
#include <termios.h>
|
|
7
|
7
|
#include <sys/ioctl.h>
|
|
|
8
|
+#include <sys/select.h>
|
|
8
|
9
|
|
|
9
|
10
|
#include "tty.h"
|
|
10
|
11
|
|