diff options
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index 724a0ac..d1c2f74 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -10,9 +10,9 @@ */ #undef NDEBUG /*override -DNDEBUG */ -#include "h5test.h" #include <sys/types.h> #include <sys/stat.h> +#include "h5test.h" #ifdef WIN32 #include <process.h> |