diff options
Diffstat (limited to 'test/fillval.c')
-rw-r--r-- | test/fillval.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/fillval.c b/test/fillval.c index feb704f..93643eb 100644 --- a/test/fillval.c +++ b/test/fillval.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 <fcntl.h> @@ -22,8 +22,6 @@ # include <unistd.h> #endif -#include <hdf5.h> - /* * Define NO_FILLING if you want to compare how this test works when there is * no fill value (that is, when the fill value is zero). |