Commit 9e69aca6 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 5ae9fced
......@@ -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
......
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