Skip to content

Commit

Permalink
MeTee: Linux: include sys/select.h to fix build with musl
Browse files Browse the repository at this point in the history
Musl C library requires '#include <sys/select.h> for select system call.

Alexander Usyskin <[email protected]>
Signed-off-by: Tomas Winkler <[email protected]>
  • Loading branch information
ausyskin authored and Tomas Winkler committed Jul 14, 2019
1 parent db2e227 commit 6470718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/linux/metee_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <string.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <unistd.h>
#include <errno.h>
#include <stdint.h>
Expand Down

0 comments on commit 6470718

Please sign in to comment.