summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6417582)
raw | patch | inline | side by side (parent: 6417582)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 28 Aug 2010 16:48:22 +0000 (16:48 +0000) | ||
committer | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 30 Oct 2010 07:10:06 +0000 (07:10 +0000) |
Change builtin.h to include gettext.h. This is needed in order to
translate Git's builtin commands (like git-init), which don't include
gettext.h otherwise.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
translate Git's builtin commands (like git-init), which don't include
gettext.h otherwise.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
builtin.h | patch | blob | history |
diff --git a/builtin.h b/builtin.h
index f2a25a084736e573f560672fabc9c6214997f437..d91f185f46c87dd15edca3a890809c4fd5f68164 100644 (file)
--- a/builtin.h
+++ b/builtin.h
#include "cache.h"
#include "commit.h"
#include "notes.h"
+#include "gettext.h"
#define DEFAULT_MERGE_LOG_LEN 20