diff options
Diffstat (limited to 'test/iopipe.c')
-rw-r--r-- | test/iopipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/iopipe.c b/test/iopipe.c index 152626e..94d27b9 100644 --- a/test/iopipe.c +++ b/test/iopipe.c @@ -8,8 +8,8 @@ /* See H5private.h for how to include headers */ #undef NDEBUG -#include <hdf5.h> -#include <H5private.h> +#include "hdf5.h" +#include "H5private.h" #ifdef H5_STDC_HEADERS # include <assert.h> |