Remove include that's missing from win32

This commit is contained in:
Eric Frias 2014-06-26 10:03:02 -04:00
parent 456c81df27
commit 78af258510

View file

@ -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 {