summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/sio_perf.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-09 22:00:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-09 22:00:13 (GMT)
commit9b82f8c0ac010b019f1cfc98c638c7ec6770a844 (patch)
tree94ade8785903c149c014fa691067e654adb1973f /tools/test/perform/sio_perf.h
parent99fa2dbec3d707b47032c3ad4fb1b6cf80cec25e (diff)
downloadhdf5-9b82f8c0ac010b019f1cfc98c638c7ec6770a844.zip
hdf5-9b82f8c0ac010b019f1cfc98c638c7ec6770a844.tar.gz
hdf5-9b82f8c0ac010b019f1cfc98c638c7ec6770a844.tar.bz2
Fix standalone compile issues
Diffstat (limited to 'tools/test/perform/sio_perf.h')
-rw-r--r--tools/test/perform/sio_perf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/test/perform/sio_perf.h b/tools/test/perform/sio_perf.h
index 83caf54..ed4b13d 100644
--- a/tools/test/perform/sio_perf.h
+++ b/tools/test/perform/sio_perf.h
@@ -13,12 +13,14 @@
#ifndef SIO_PERF_H__
#define SIO_PERF_H__
-#include "io_timer.h"
#ifndef STANDALONE
+#include "io_timer.h"
#include "h5test.h"
#include "h5tools.h"
#include "h5tools_utils.h"
#else
+#undef H5_HAVE_PARALLEL
+#include "io_timer.h"
#include "sio_standalone.h"
#endif