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 a34c28b..ed62c0a 100644 --- a/lib/tar/cleanup.c +++ b/lib/tar/cleanup.c @@ -1,4 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +#include "config.h" + #include "internal.h" void free_sparse_list(sparse_map_t *sparse) |