[glib] gettext: Add missing include



commit 3686aa0e18cf68167b14ec630bec8ba90a20d720
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 1 19:39:09 2012 -0400

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/glib/ggettext.c b/glib/ggettext.c
index ff1bb6b..f8d815e 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]