Skip to content

Commit 396c405

Browse files
ivdsangenluke-jr
authored andcommitted
Include select.h when WIN32 is not defined
Github-Pull: #9224 Rebased-From: 498a1d75e75649b02caeca7b1bc9bbc19e51a566
1 parent eebc699 commit 396c405

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)