diff options
Diffstat (limited to 'test/tmeta.c')
-rw-r--r-- | test/tmeta.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/tmeta.c b/test/tmeta.c index 7ef7d73..567ab96 100644 --- a/test/tmeta.c +++ b/test/tmeta.c @@ -24,7 +24,10 @@ static char RcsId[] = "$Revision$"; * *************************************************************/ -#include "testhdf5.h" +#include <testhdf5.h> + +#include <H5private.h> +#include <H5Fprivate.h> #define TEST_INT16_VALUE -7641 #define TEST_UINT16_VALUE 45002 |