summaryrefslogtreecommitdiffstats
path: root/tools/src/h5perf
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-24 13:22:05 (GMT)
committerGitHub <noreply@github.com>2021-08-24 13:22:05 (GMT)
commitb80d6336ba456591c0b09cc342bee51f41d8d9aa (patch)
tree0a1ec97049a20a641954cbe4c499c6e2ebe810ce /tools/src/h5perf
parente7219f8f978f3c9e4865d08ae58dad50a4577c17 (diff)
downloadhdf5-b80d6336ba456591c0b09cc342bee51f41d8d9aa.zip
hdf5-b80d6336ba456591c0b09cc342bee51f41d8d9aa.tar.gz
hdf5-b80d6336ba456591c0b09cc342bee51f41d8d9aa.tar.bz2
perf missing ifdef and JNI HD prefix (#956)
Diffstat (limited to 'tools/src/h5perf')
-rw-r--r--tools/src/h5perf/perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/src/h5perf/perf.c b/tools/src/h5perf/perf.c
index 2fbcee5..e8c03d8 100644
--- a/tools/src/h5perf/perf.c
+++ b/tools/src/h5perf/perf.c
@@ -32,6 +32,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#endif
#ifdef H5_HAVE_SYS_STAT_H
#include <sys/stat.h>