diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5match_types.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fortran/src/H5match_types.c b/fortran/src/H5match_types.c index 47164c7..6a4a930 100644 --- a/fortran/src/H5match_types.c +++ b/fortran/src/H5match_types.c @@ -37,7 +37,9 @@ void initCfile() \#ifndef _H5f90i_gen_H\n\ \#define _H5f90i_gen_H\n\ \n\ -/* This file is automatically generated by H5match_types.c at build time. */\n\n"); +/* This file is automatically generated by H5match_types.c at build time. */\n\ +\n\ +#include \"H5public.h\"\n\n"); } void initFfile() |