diff options
Diffstat (limited to 'testpar/t_span_tree.c')
-rw-r--r-- | testpar/t_span_tree.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index a42df95..8fe1c8d 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -32,8 +32,14 @@ */ +#define H5S_FRIEND /*suppress error about including H5Spkg */ + +/* Define this macro to indicate that the testing APIs should be available */ +#define H5S_TESTING + #include "hdf5.h" #include "H5private.h" +#include "H5Spkg.h" /* Dataspaces */ #include "testphdf5.h" |