diff options
Diffstat (limited to 'testpar/t_span_tree.c')
-rw-r--r-- | testpar/t_span_tree.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index 3c836ad..02d2cca 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -32,6 +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" |