summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Brabec <sbrabec@suse.com>2015-11-23 20:39:05 +0100
committerMatthias Clasen <mclasen@redhat.com>2016-08-02 15:06:38 -0400
commit97877a64af55e7b73d18b85aafffbface9666ebf (patch)
tree302dd5344061d142fe90be1abbe428365c9e25ed
parent779429ce34e439c01d257444fe9d6739e72a2024 (diff)
downloadgdk-pixbuf-97877a64af55e7b73d18b85aafffbface9666ebf.tar.gz
Fix gettext use
gettext() calls inside library have to use gi18n-lib.h. https://bugzilla.gnome.org/show_bug.cgi?id=758552
-rw-r--r--gdk-pixbuf/gdk-pixbuf-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-private.h b/gdk-pixbuf/gdk-pixbuf-private.h
index 552e084bd..30f65c507 100644
--- a/gdk-pixbuf/gdk-pixbuf-private.h
+++ b/gdk-pixbuf/gdk-pixbuf-private.h
@@ -29,7 +29,7 @@
#include <math.h>
#include <glib-object.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include "gdk-pixbuf-core.h"
#include "gdk-pixbuf-loader.h"