Look for select(2) in a more reliable place
This commit is contained in:
parent
c2102f62d6
commit
2f3a057969
@ -30,6 +30,7 @@
|
||||
#include <fcntl.h> // fcntl
|
||||
#include <termios.h> // tcgetattr, tcsetattr, cfsetispeed, cfsetospeed, tcflush, tcsendbreak
|
||||
#include <sys/ioctl.h> // ioctl
|
||||
#include <sys/select.h> // select
|
||||
#ifdef HAVE_LINUX_SERIAL_H
|
||||
#include <linux/serial.h>
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user