Austin English : iphplapi: Reorder defines for NetBSD.

Alexandre Julliard julliard at winehq.org
Wed Jan 21 06:39:29 CST 2009


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

Author: Austin English <austinenglish at gmail.com>
Date:   Tue Jan 20 14:10:32 2009 -0600

iphplapi: Reorder defines 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 85f91e2..a4b5b48 100644
--- a/dlls/iphlpapi/ipstats.c
+++ b/dlls/iphlpapi/ipstats.c
@@ -73,12 +73,12 @@
 #ifdef HAVE_NETINET_IN_PCB_H
 #include <netinet/in_pcb.h>
 #endif
-#ifdef HAVE_NETINET_TCP_VAR_H
-#include <netinet/tcp_var.h>
-#endif
 #ifdef HAVE_NETINET_TCP_TIMER_H
 #include <netinet/tcp_timer.h>
 #endif
+#ifdef HAVE_NETINET_TCP_VAR_H
+#include <netinet/tcp_var.h>
+#endif
 #ifdef HAVE_NETINET_IN_SYSTM_H
 #include <netinet/in_systm.h>
 #endif




More information about the wine-cvs mailing list