From 0b87941978857b5991d371970909b05b0c54f204 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 28 Aug 2010 16:48:22 +0000 Subject: [PATCH] builtin.h: Include gettext.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- builtin.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2