diff options
Diffstat (limited to 'test/tgenprop.c')
-rw-r--r-- | test/tgenprop.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tgenprop.c b/test/tgenprop.c index 8ecfbfc..e75c9e0 100644 --- a/test/tgenprop.c +++ b/test/tgenprop.c @@ -22,13 +22,15 @@ * *************************************************************/ +#define H5P_PACKAGE /*suppress error about including H5Ppkg */ + /* Define this macro to indicate that the testing APIs should be available */ #define H5P_TESTING #include "testhdf5.h" #include "hdf5.h" #include "H5Dprivate.h" /* For Dataset creation property list names */ -#include "H5Pprivate.h" /* For H5P testing functions */ +#include "H5Ppkg.h" /* Generic Properties */ #define FILENAME "tgenprop.h5" |