mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-03 22:03:01 +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
a93ab87787
commit
dfac636fd7
@@ -12,6 +12,8 @@
|
||||
|
||||
#ifdef WIN32
|
||||
#include <string.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_UPNP
|
||||
|
||||
Reference in New Issue
Block a user