diff options
Diffstat (limited to 'examples/h5_reference.c')
-rw-r--r-- | examples/h5_reference.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/h5_reference.c b/examples/h5_reference.c index b10495d..4399bfc 100644 --- a/examples/h5_reference.c +++ b/examples/h5_reference.c @@ -9,7 +9,8 @@ */ #include <stdlib.h> -#include<hdf5.h> + +#include "hdf5.h" #define FILE "refere.h5" |