mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-22 00:00:55 +01:00
Include select.h when WIN32 is not defined
Github-Pull: #9224
Rebased-From: 498a1d75e7
This commit is contained in:
committed by
Luke Dashjr
parent
eebc699d30
commit
396c405e7b
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user