iphlpapi: Include <netinet/in.h> in ifenum.c.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gerald Pfeifer 2021-02-21 14:05:46 +01:00 committed by Alexandre Julliard
parent 5ae9fcedef
commit 9e69aca6d1
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@
#include <net/if_types.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_IFADDRS_H
#include <ifaddrs.h>
#endif