diff options
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index c077c6a..0d17f18 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -10,7 +10,8 @@ */ #undef NDEBUG /*override -DNDEBUG */ -#include <h5test.h> +#include "h5test.h" + #ifdef WIN32 #include <process.h> #endif |