mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-17 04:43:26 +01:00
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
This commit is contained in:
committed by
Luke Dashjr
parent
c21121752d
commit
282e3ffe6e
@@ -12,6 +12,8 @@
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#include <string.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_UPNP
|
||||
|
||||
Reference in New Issue
Block a user