Skip to content

Commit

Permalink
Include select.h when WIN32 is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ivdsangen authored and laanwj committed Nov 29, 2016
1 parent 76fec09 commit 498a1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compat.h
Expand Up @@ -34,6 +34,7 @@
#else
#include <sys/fcntl.h>
#include <sys/mman.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <net/if.h>
Expand Down

0 comments on commit 498a1d7

Please sign in to comment.