From 507f6710baa1cb2774393bb8cf7b8bfe3e143e10 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 26 Jan 2009 11:37:04 -0600 Subject: [PATCH] iphlpapi: Fix includes for NetBSD. --- dlls/iphlpapi/ipstats.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c index 32e24e3f9d..6d3c4133d7 100644 --- a/dlls/iphlpapi/ipstats.c +++ b/dlls/iphlpapi/ipstats.c @@ -43,6 +43,9 @@ #ifdef HAVE_NETINET_IN_H #include #endif +#ifdef HAVE_NETINET_IN_SYSTM_H +#include +#endif #ifdef HAVE_ARPA_INET_H #include #endif @@ -88,9 +91,6 @@ #ifdef HAVE_NETINET_TCP_VAR_H #include #endif -#ifdef HAVE_NETINET_IN_SYSTM_H -#include -#endif #ifdef HAVE_NETINET_IP_ICMP_H #include #endif