Look for select(2) in a more reliable place

This commit is contained in:
Charlotte Koch 2022-11-13 22:38:33 -08:00 committed by Jef Driesen
parent c2102f62d6
commit 2f3a057969

View File

@ -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