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 codablock committed Jan 17, 2018
1 parent df24dfd commit b27c4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compat.h
Original file line number Diff line number Diff line change
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 b27c4b8

Please sign in to comment.