Skip to content

Commit

Permalink
Merge bitcoin#9224: Prevent FD_SETSIZE error building on OpenBSD
Browse files Browse the repository at this point in the history
498a1d7 Include select.h when WIN32 is not defined (Ivo van der Sangen)
  • Loading branch information
laanwj authored and CryptoCentric committed Feb 25, 2019
1 parent c35470b commit 67cfbdf
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 67cfbdf

Please sign in to comment.