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@xxxxxxxxx> --- builtin.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/builtin.h b/builtin.h index ed6ee26..6cd3bd8 100644 --- a/builtin.h +++ b/builtin.h @@ -6,6 +6,7 @@ #include "cache.h" #include "commit.h" #include "notes.h" +#include "gettext.h" extern const char git_version_string[]; extern const char git_usage_string[]; -- 1.7.2.2.536.g3f548 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html