Skip to content

Commit 498a1d7

Browse files
ivdsangenlaanwj
authored andcommitted
Include select.h when WIN32 is not defined
1 parent 76fec09 commit 498a1d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#else
3535
#include <sys/fcntl.h>
3636
#include <sys/mman.h>
37+
#include <sys/select.h>
3738
#include <sys/socket.h>
3839
#include <sys/types.h>
3940
#include <net/if.h>

0 commit comments

Comments
 (0)