summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-06-11 15:49:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-06-11 15:49:25 (GMT)
commit75f31948821d7b134f20948f1d3c18547c4c654f (patch)
treee6314a46e246b7ce56d8eadce1ea1994ca615576 /perform
parentd1b7eede73dd9968042b3e8e1bbabe8949d670ed (diff)
downloadhdf5-75f31948821d7b134f20948f1d3c18547c4c654f.zip
hdf5-75f31948821d7b134f20948f1d3c18547c4c654f.tar.gz
hdf5-75f31948821d7b134f20948f1d3c18547c4c654f.tar.bz2
[svn-r22450] Update winsock define to match autotools configure check
Diffstat (limited to 'perform')
-rw-r--r--perform/sio_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perform/sio_timer.h b/perform/sio_timer.h
index 04432af..46702c3 100644
--- a/perform/sio_timer.h
+++ b/perform/sio_timer.h
@@ -26,9 +26,9 @@
# include <time.h>
#endif
-#ifdef H5_HAVE_WINSOCK_H
+#ifdef H5_HAVE_WINSOCK2_H
# include <winsock2.h>
-#endif /* H5_HAVE_WINSOCK_H */
+#endif /* H5_HAVE_WINSOCK2_H */
/* The different types of timers we can have */
typedef enum timer_type_ {