Module: wine Branch: master Commit: 3a649b907292e358e31b82568172bb55952d5abe URL: http://source.winehq.org/git/wine.git/?a=commit;h=3a649b907292e358e31b825681...
Author: Thomas Kho tkho@ucla.edu Date: Thu Feb 26 02:56:39 2009 -0800
iphlpapi: Fix Solaris build error due to ERR redefinition.
---
dlls/iphlpapi/ipstats.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c index b112793..ada1430 100644 --- a/dlls/iphlpapi/ipstats.c +++ b/dlls/iphlpapi/ipstats.c @@ -21,7 +21,6 @@
#include "config.h" #include "wine/port.h" -#include "wine/debug.h"
#include <stdarg.h> #include <stdio.h> @@ -124,6 +123,8 @@ #include "ifenum.h" #include "ipstats.h"
+#include "wine/debug.h" + #ifndef HAVE_NETINET_TCP_FSM_H #define TCPS_ESTABLISHED 1 #define TCPS_SYN_SENT 2