diff options
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index 83d42c4..2ab6f51 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -52,7 +52,7 @@ int num_errs = 0; int Verbosity; /* ANY new test needs to have a prototype in tproto.h */ -#include <testhdf5.h> +#include "testhdf5.h" struct TestStruct { int NumErrors; |