Add missing sys/select.h include
Required for select(), fd_set etc. on Alpine Linux.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
* Author: Tom Goff <thomas.goff@boeing.com>
|
||||
*/
|
||||
|
||||
#include <sys/select.h>
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
#include <unistd.h> // close()
|
||||
|
||||
Reference in New Issue
Block a user