summaryrefslogtreecommitdiffstats
path: root/test/iopipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/iopipe.c')
-rw-r--r--test/iopipe.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/iopipe.c b/test/iopipe.c
index fda5929..05694ae 100644
--- a/test/iopipe.c
+++ b/test/iopipe.c
@@ -9,6 +9,11 @@
/* See H5private.h for how to include headers */
#undef NDEBUG
#include "hdf5.h"
+#ifdef H5_HAVE_WINSOCK_H
+#include <Winsock.h>
+#endif /*Winsock.h includes windows.h, due to the different value of
+ WINVER, windows.h should be put before H5private.h. Kent yang 6/21/2001*/
+
#include "H5private.h"
#ifdef H5_STDC_HEADERS
@@ -37,9 +42,6 @@
# include <sys/resource.h>
#endif
-#ifdef H5_HAVE_WINSOCK_H
-#include <Winsock.h>
-#endif
#if defined (__MWERKS__)