diff options
Diffstat (limited to 'tools/h5repack/h5repack_refs.c')
-rw-r--r-- | tools/h5repack/h5repack_refs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_refs.c b/tools/h5repack/h5repack_refs.c index 3b272c8..538c99f 100644 --- a/tools/h5repack/h5repack_refs.c +++ b/tools/h5repack/h5repack_refs.c @@ -18,8 +18,11 @@ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include "H5private.h" #include "h5repack.h" +#include "H5private.h" +#include "h5diff.h" +#include "h5tools.h" + /*------------------------------------------------------------------------- * local functions |