summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/overhead.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-25 22:35:34 (GMT)
committerGitHub <noreply@github.com>2021-08-25 22:35:34 (GMT)
commit8f3878de399538d5848f8ba0b98aefe0c77c8a9a (patch)
tree113e1362eb1ef3fd0e25315961ad0858d77d5c76 /tools/test/perform/overhead.c
parentf415d6f839f35d595b77483e0788e76c652b7520 (diff)
downloadhdf5-8f3878de399538d5848f8ba0b98aefe0c77c8a9a.zip
hdf5-8f3878de399538d5848f8ba0b98aefe0c77c8a9a.tar.gz
hdf5-8f3878de399538d5848f8ba0b98aefe0c77c8a9a.tar.bz2
1.10 Merge of tools perform reorg and command line args (#960)
* Merge of tools perform reorg and command line args Also sync tools change with 1.12 * Add missing file
Diffstat (limited to 'tools/test/perform/overhead.c')
-rw-r--r--tools/test/perform/overhead.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/test/perform/overhead.c b/tools/test/perform/overhead.c
index 60ec8d8..dba8220 100644
--- a/tools/test/perform/overhead.c
+++ b/tools/test/perform/overhead.c
@@ -23,11 +23,17 @@
#include "hdf5.h"
#include "H5private.h"
+#ifdef H5_STDC_HEADERS
#include <ctype.h>
#include <fcntl.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <string.h>
+#endif
+
+#ifdef H5_HAVE_IO_H
+#include <io.h>
+#endif
#ifdef H5_HAVE_UNISTD_H
#include <sys/types.h>