Merge #9224: Prevent FD_SETSIZE error building on OpenBSD

498a1d7 Include select.h when WIN32 is not defined (Ivo van der Sangen)
This commit is contained in:
Wladimir J. van der Laan 2016-11-29 12:37:33 +01:00
commit 0a0441358c
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -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>