diff options
Diffstat (limited to 'lib/tar/cleanup.c')
-rw-r--r-- | lib/tar/cleanup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tar/cleanup.c b/lib/tar/cleanup.c index 2f814bf..9f33336 100644 --- a/lib/tar/cleanup.c +++ b/lib/tar/cleanup.c @@ -7,6 +7,8 @@ #include "config.h" #include "internal.h" +#include <stdlib.h> +#include <string.h> void free_sparse_list(sparse_map_t *sparse) { |