Commit b75b823a authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Add missing #include <netinet/in.h> to get struct in_addr on all platforms.

parent e77bdbb1
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment