diff --git a/fortran/src/H5Git.c b/fortran/src/H5Git.c index 51db86f652..da8bdd787c 100644 --- a/fortran/src/H5Git.c +++ b/fortran/src/H5Git.c @@ -5,7 +5,7 @@ *------------------------------------------------------------------------- */ -#include +#include "hdf5.h" #include "H5Git.h" #define FALSE 0 diff --git a/fortran/src/H5Git.h b/fortran/src/H5Git.h index e243a18dd1..7211440a1f 100644 --- a/fortran/src/H5Git.h +++ b/fortran/src/H5Git.h @@ -7,7 +7,7 @@ #ifndef _H5Git_H #define _H5Git_H -#include +#include "hdf5.h" int H5Gn_members( hid_t loc_id, char *group_name ); diff --git a/fortran/src/H5f90.h b/fortran/src/H5f90.h index 94f61ebe1e..ab72b91282 100644 --- a/fortran/src/H5f90.h +++ b/fortran/src/H5f90.h @@ -1,7 +1,7 @@ #ifndef _H5f90_H #define _H5f90_H -#include +#include "hdf5.h" #include "H5f90i.h" #include "H5f90proto.h"