Remove include that's missing from win32
This commit is contained in:
parent
456c81df27
commit
78af258510
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
|||
#include <fc/network/ip.hpp>
|
||||
#include <udt.h>
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#ifndef WIN32
|
||||
# include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
namespace fc {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue