Add missing sys/select.h include

Required for select(), fd_set etc. on Alpine Linux.
This commit is contained in:
Alexander Krotov
2020-03-25 15:53:02 +03:00
parent 0c90d137e2
commit 78d7fa3d12

View File

@@ -19,6 +19,8 @@
* Author: Tom Goff <thomas.goff@boeing.com>
*/
#include <sys/select.h>
#include <cerrno>
#include <cstring>
#include <unistd.h> // close()