diff options
Diffstat (limited to 'examples/h5_attribute.c')
-rw-r--r-- | examples/h5_attribute.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/h5_attribute.c b/examples/h5_attribute.c index ee81d10..37da2bd 100644 --- a/examples/h5_attribute.c +++ b/examples/h5_attribute.c @@ -11,7 +11,8 @@ */ #include <stdlib.h> -#include <hdf5.h> + +#include "hdf5.h" #define FILE "Attributes.h5" |