Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'list-objects.c')
-rw-r--r--list-objects.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/list-objects.c b/list-objects.c
index ccad7304df..df18d10306 100644
--- a/list-objects.c
+++ b/list-objects.c
@@ -1,6 +1,8 @@
#include "cache.h"
#include "tag.h"
#include "commit.h"
+#include "gettext.h"
+#include "hex.h"
#include "tree.h"
#include "blob.h"
#include "diff.h"