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:
Gerald Pfeifer 2021-07-03 09:02:43 +02:00 committed by Alexandre Julliard
parent 12d33d21d3
commit cefe9f6b91
1 changed files with 4 additions and 0 deletions

View File

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