diff options
Diffstat (limited to 'archive-zip.c')
| -rw-r--r-- | archive-zip.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archive-zip.c b/archive-zip.c index 0456f1ebf1..e6f5c10a14 100644 --- a/archive-zip.c +++ b/archive-zip.c @@ -4,10 +4,13 @@ #include "cache.h" #include "config.h" #include "archive.h" +#include "gettext.h" +#include "hex.h" #include "streaming.h" #include "utf8.h" #include "object-store.h" #include "userdiff.h" +#include "write-or-die.h" #include "xdiff-interface.h" #include "date.h" |
