From 3686aa0e18cf68167b14ec630bec8ba90a20d720 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 1 Nov 2012 19:39:09 -0400 Subject: [PATCH] gettext: Add missing include Fixes the build with -Werror=missing-prototypes. https://bugzilla.gnome.org/show_bug.cgi?id=687385 --- glib/ggettext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/ggettext.c b/glib/ggettext.c index ff1bb6b13..f8d815ed8 100644 --- a/glib/ggettext.c +++ b/glib/ggettext.c @@ -27,6 +27,7 @@ #include "config.h" #include "ggettext.h" +#include "glibintl.h" #include "galloca.h" #include "gthread.h"