summaryrefslogtreecommitdiffstats
path: root/perform/sio_timer.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-05-21 15:40:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-05-21 15:40:03 (GMT)
commitd2ef2af9b28e1648345c575403d7e575044b7445 (patch)
tree581cf5c2c9865c6eedcc1a6a57fb4334bf8a1647 /perform/sio_timer.h
parentb75740341f787f9a4c3ddadeb0668066084b465f (diff)
downloadhdf5-d2ef2af9b28e1648345c575403d7e575044b7445.zip
hdf5-d2ef2af9b28e1648345c575403d7e575044b7445.tar.gz
hdf5-d2ef2af9b28e1648345c575403d7e575044b7445.tar.bz2
[svn-r16969] Updated perf_serial test to work on windows.
Tested: Windows and h5committest
Diffstat (limited to 'perform/sio_timer.h')
-rw-r--r--perform/sio_timer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perform/sio_timer.h b/perform/sio_timer.h
index 445a02e..943ce28 100644
--- a/perform/sio_timer.h
+++ b/perform/sio_timer.h
@@ -26,6 +26,10 @@
# include <time.h>
#endif
+#ifdef _WIN32
+# include <winsock.h>
+#endif /* _WIN32 */
+
/* The different types of timers we can have */
typedef enum timer_type_ {
HDF5_FILE_OPENCLOSE,