nsiproxy: Include netinet/in.h before if_ether.h.
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
12d33d21d3
commit
cefe9f6b91
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue