From: Ævar Arnfjörð Bjarmason Date: Sat, 28 Aug 2010 16:48:22 +0000 (+0000) Subject: builtin.h: Include gettext.h X-Git-Tag: ko-pu~10^2~149 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0b87941978857b5991d371970909b05b0c54f204;p=git.git builtin.h: Include gettext.h 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 --- diff --git a/builtin.h b/builtin.h index f2a25a084..d91f185f4 100644 --- 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