diff options
Diffstat (limited to 'tools/h5import.c')
-rw-r--r-- | tools/h5import.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5import.c b/tools/h5import.c index 5d36e78..90efec7 100644 --- a/tools/h5import.c +++ b/tools/h5import.c @@ -9,7 +9,7 @@ */ /* See H5private.h for how to include system headers */ -#include <H5config.h> +#include <hdf5.h> #ifdef STDC_HEADERS # include <fcntl.h> # include <string.h> @@ -26,7 +26,6 @@ # include <sys/stat.h> #endif -#include <hdf5.h> /*------------------------------------------------------------------------- |