summaryrefslogtreecommitdiffstats
path: root/test/overhead.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/overhead.c')
-rw-r--r--test/overhead.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/overhead.c b/test/overhead.c
index 2e1dd23..3e2d5fc 100644
--- a/test/overhead.c
+++ b/test/overhead.c
@@ -10,7 +10,7 @@
/* See H5private.h for how to include headers */
#undef NDEBUG
-#include <hdf5.h>
+#include "hdf5.h"
#ifdef H5_STDC_HEADERS
# include <ctype.h>
@@ -21,7 +21,7 @@
#endif
#ifdef H5_HAVE_IO_H
-# include <io.h>
+# include <io.h>
#endif
#ifdef H5_HAVE_UNISTD_H