diff options
author | Ryan Lortie <desrt@desrt.ca> | 2015-03-02 12:21:31 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2015-03-02 12:21:31 -0500 |
commit | c3a009b4fb2f0630ac891727810058b48c8e2670 (patch) | |
tree | cab10237cae0a6903f63eebbbcc68fa01ad3dab0 /gdk-pixbuf/io-gdip-utils.c | |
parent | eb9ac89f4a295f23dce7f7b0f62bcc2264dcc5de (diff) | |
download | gdk-pixbuf-c3a009b4fb2f0630ac891727810058b48c8e2670.tar.gz |
win32: #include gi18n-lib.h appropriately
...but first make sure we pull in "config.h" to get GETTEXT_PACKAGE
properly defined.
This problem popped up while trying to do cross-builds of gtk+ to
Windows under jhbuild.
https://bugzilla.gnome.org/show_bug.cgi?id=745402
Diffstat (limited to 'gdk-pixbuf/io-gdip-utils.c')
-rw-r--r-- | gdk-pixbuf/io-gdip-utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-gdip-utils.c b/gdk-pixbuf/io-gdip-utils.c index 5a31c75d1..e5f3e1473 100644 --- a/gdk-pixbuf/io-gdip-utils.c +++ b/gdk-pixbuf/io-gdip-utils.c @@ -20,6 +20,9 @@ */ #define INITGUID +#include "config.h" +#include <glib/gi18n-lib.h> + #include <ole2.h> #include "io-gdip-utils.h" |