diff options
Diffstat (limited to 'object-name.c')
-rw-r--r-- | object-name.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/object-name.c b/object-name.c index 5e11b7fc97..f1edc0035b 100644 --- a/object-name.c +++ b/object-name.c @@ -1,5 +1,7 @@ #include "cache.h" #include "config.h" +#include "environment.h" +#include "gettext.h" #include "hex.h" #include "tag.h" #include "commit.h" @@ -13,6 +15,7 @@ #include "packfile.h" #include "object-store.h" #include "repository.h" +#include "setup.h" #include "submodule.h" #include "midx.h" #include "commit-reach.h" |