diff options
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/links.c b/test/links.c index f824a7b..648f357 100644 --- a/test/links.c +++ b/test/links.c @@ -10,15 +10,13 @@ /* See H5private.h for how to include headers */ #undef NDEBUG -#include <H5config.h> +#include <hdf5.h> #ifdef STDC_HEADERS # include <stdlib.h> # include <string.h> #endif -#include <hdf5.h> - #ifndef HAVE_ATTRIBUTE # undef __attribute__ # define __attribute__(X) /*void*/ |