diff options
Diffstat (limited to 'test/external.c')
-rw-r--r-- | test/external.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/external.c b/test/external.c index 363a9f2..0777a68 100644 --- a/test/external.c +++ b/test/external.c @@ -10,7 +10,7 @@ /* See H5private.h for how to include headers */ #undef NDEBUG -#include <H5config.h> +#include <hdf5.h> #ifdef STDC_HEADERS # include <assert.h> @@ -25,8 +25,6 @@ # include <unistd.h> #endif -#include <hdf5.h> - #ifndef HAVE_ATTRIBUTE # undef __attribute__ # define __attribute__(X) /*void*/ |