summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gdip-jpeg.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2015-03-02 12:21:31 -0500
committerRyan Lortie <desrt@desrt.ca>2015-03-02 12:21:31 -0500
commitc3a009b4fb2f0630ac891727810058b48c8e2670 (patch)
treecab10237cae0a6903f63eebbbcc68fa01ad3dab0 /gdk-pixbuf/io-gdip-jpeg.c
parenteb9ac89f4a295f23dce7f7b0f62bcc2264dcc5de (diff)
downloadgdk-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-jpeg.c')
-rw-r--r--gdk-pixbuf/io-gdip-jpeg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-gdip-jpeg.c b/gdk-pixbuf/io-gdip-jpeg.c
index bc320e221..0f2db1d87 100644
--- a/gdk-pixbuf/io-gdip-jpeg.c
+++ b/gdk-pixbuf/io-gdip-jpeg.c
@@ -19,6 +19,9 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+#include <glib/gi18n-lib.h>
+
#define INITGUID
#include "io-gdip-utils.h"