diff options
Diffstat (limited to 'examples/h5_mount.c')
-rw-r--r-- | examples/h5_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_mount.c b/examples/h5_mount.c index 452ad6e..352d02e 100644 --- a/examples/h5_mount.c +++ b/examples/h5_mount.c @@ -6,7 +6,7 @@ * under name /G/D and data is printed out. */ -#include<hdf5.h> +#include "hdf5.h" #define FILE1 "mount1.h5" #define FILE2 "mount2.h5" |