summaryrefslogtreecommitdiffstats
path: root/perform/sio_timer.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-06-12 13:30:16 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-06-12 13:30:16 (GMT)
commitfae180790e197f6bc72eb2d0273edc6481768bc4 (patch)
tree6e0efb2ba11da8f744b2787547366da1d8690155 /perform/sio_timer.h
parent170b1f6755152bc91b9fc56150cd8810338556cc (diff)
downloadhdf5-fae180790e197f6bc72eb2d0273edc6481768bc4.zip
hdf5-fae180790e197f6bc72eb2d0273edc6481768bc4.tar.gz
hdf5-fae180790e197f6bc72eb2d0273edc6481768bc4.tar.bz2
[svn-r17042] Updated perf_serial test to work on windows. Bring back from trunk.
Tested: Windows
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,