Add missing #include <netinet/in.h> to get struct in_addr on all platforms.
This commit is contained in:
parent
e77bdbb16a
commit
b75b823a99
|
@ -26,6 +26,7 @@
|
|||
#ifdef HAVE_NETINET_IH_H
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip.h>
|
||||
|
||||
#include "winbase.h"
|
||||
|
|
Loading…
Reference in New Issue