Code

builtin.h: Include gettext.h
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>
builtin.h

index f2a25a084736e573f560672fabc9c6214997f437..d91f185f46c87dd15edca3a890809c4fd5f68164 100644 (file)
--- a/builtin.h
+++ b/builtin.h
@@ -6,6 +6,7 @@
 #include "cache.h"
 #include "commit.h"
 #include "notes.h"
+#include "gettext.h"
 
 #define DEFAULT_MERGE_LOG_LEN 20