diff options
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/h5dumptst.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5dump/h5dumptst.c b/tools/h5dump/h5dumptst.c index 4e01627..01438d7 100644 --- a/tools/h5dump/h5dumptst.c +++ b/tools/h5dump/h5dumptst.c @@ -8,8 +8,9 @@ * of the expected output and update the corresponding *.ddl files. */ #include <limits.h> + #include "hdf5.h" -#include <H5private.h> +#include "H5private.h" #define FILE1 "tgroup.h5" #define FILE2 "tdset.h5" |