diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 1 | ||||
-rw-r--r-- | tools/h5repack/h5repack_opttable.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index efedd95..127dc01 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -13,6 +13,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <stdlib.h> +#include <string.h> #include "h5repack.h" static void usage(void); diff --git a/tools/h5repack/h5repack_opttable.c b/tools/h5repack/h5repack_opttable.c index d4c2532..17e8f2c 100644 --- a/tools/h5repack/h5repack_opttable.c +++ b/tools/h5repack/h5repack_opttable.c @@ -14,6 +14,7 @@ #include <stdlib.h> +#include <string.h> #include "h5repack.h" |