Austin English : iphplapi: Reorder includes for NetBSD.

Alexandre Julliard julliard at winehq.org
Thu Jan 22 08:41:51 CST 2009


Module: wine
Branch: master
Commit: 0b98f45bf09128f130288fbf0920ece7021b5124
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0b98f45bf09128f130288fbf0920ece7021b5124

Author: Austin English <austinenglish at gmail.com>
Date:   Wed Jan 21 06:38:17 2009 -0600

iphplapi: Reorder includes for NetBSD.

---

 dlls/iphlpapi/ipstats.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c
index f939200..5c11c21 100644
--- a/dlls/iphlpapi/ipstats.c
+++ b/dlls/iphlpapi/ipstats.c
@@ -67,6 +67,9 @@
 #ifdef HAVE_NETINET_TCP_H
 #include <netinet/tcp.h>
 #endif
+#ifdef HAVE_NETINET_IP_VAR_H
+#include <netinet/ip_var.h>
+#endif
 #ifdef HAVE_NETINET_TCP_FSM_H
 #include <netinet/tcp_fsm.h>
 #endif
@@ -88,9 +91,6 @@
 #ifdef HAVE_NETINET_ICMP_VAR_H
 #include <netinet/icmp_var.h>
 #endif
-#ifdef HAVE_NETINET_IP_VAR_H
-#include <netinet/ip_var.h>
-#endif
 #ifdef HAVE_NETINET_UDP_H
 #include <netinet/udp.h>
 #endif




More information about the wine-cvs mailing list