diff options
Diffstat (limited to 'test/istore.c')
-rw-r--r-- | test/istore.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/istore.c b/test/istore.c index 1fa84b5..c6d7b9a 100644 --- a/test/istore.c +++ b/test/istore.c @@ -7,12 +7,14 @@ * * Purpose: Tests various aspects of indexed raw data storage. */ +#define H5F_PACKAGE /*suppress error about including H5Fpkg */ + #include <h5test.h> #include <H5private.h> #include <H5Dprivate.h> #include <H5Iprivate.h> #include <H5Pprivate.h> -#include <H5Fprivate.h> +#include <H5Fpkg.h> #include <H5Gprivate.h> #include <H5MMprivate.h> #include <H5Oprivate.h> |