diff options
Diffstat (limited to 'fortran/test/t.h')
-rw-r--r-- | fortran/test/t.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/test/t.h b/fortran/test/t.h index 34cec34..d66f882 100644 --- a/fortran/test/t.h +++ b/fortran/test/t.h @@ -12,7 +12,8 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#include "../../src/hdf5.h" +#include "hdf5.h" +#include "H5private.h" #include "../src/H5f90i.h" #include "../src/H5f90proto.h" |