diff options
Diffstat (limited to 'pack-mtimes.c')
| -rw-r--r-- | pack-mtimes.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pack-mtimes.c b/pack-mtimes.c index 0f9785fc5e..cdf30b8d2b 100644 --- a/pack-mtimes.c +++ b/pack-mtimes.c @@ -1,7 +1,10 @@ #include "git-compat-util.h" +#include "gettext.h" #include "pack-mtimes.h" -#include "object-store.h" +#include "object-file.h" +#include "object-store-ll.h" #include "packfile.h" +#include "strbuf.h" static char *pack_mtimes_filename(struct packed_git *p) { |
