diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-08-24 13:22:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 13:22:05 (GMT) |
commit | b80d6336ba456591c0b09cc342bee51f41d8d9aa (patch) | |
tree | 0a1ec97049a20a641954cbe4c499c6e2ebe810ce /tools | |
parent | e7219f8f978f3c9e4865d08ae58dad50a4577c17 (diff) | |
download | hdf5-b80d6336ba456591c0b09cc342bee51f41d8d9aa.zip hdf5-b80d6336ba456591c0b09cc342bee51f41d8d9aa.tar.gz hdf5-b80d6336ba456591c0b09cc342bee51f41d8d9aa.tar.bz2 |
perf missing ifdef and JNI HD prefix (#956)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/src/h5perf/perf.c | 1 |
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> |