Change wt-status.c to include gettext.h via builtin.h. This is needed to be able to mark messages for translation. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- wt-status.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/wt-status.c b/wt-status.c index 54b6b03..7716dd9 100644 --- a/wt-status.c +++ b/wt-status.c @@ -1,3 +1,4 @@ +#include "builtin.h" #include "cache.h" #include "wt-status.h" #include "object.h" -- 1.7.2.2.614.g1dc9 -- 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