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

nsiproxy: Include netinet/in.h before if_ether.h.

parent 12d33d21
......@@ -38,6 +38,10 @@
#include <net/if_arp.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_NETINET_IF_ETHER_H
#include <netinet/if_ether.h>
#endif
......
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