diff options
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/h5test.h b/test/h5test.h index fac6c26..8a53f0f 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -21,14 +21,13 @@ #ifndef _H5TEST_H #define _H5TEST_H -#include <stdarg.h> - #undef NDEBUG #include "hdf5.h" #include "H5private.h" #ifdef H5_STDC_HEADERS # include <signal.h> +# include <stdarg.h> #endif /* |