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-tiff.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-tiff.c')
-rw-r--r-- | gdk-pixbuf/io-gdip-tiff.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-gdip-tiff.c b/gdk-pixbuf/io-gdip-tiff.c index 6c81e6503..100f65469 100644 --- a/gdk-pixbuf/io-gdip-tiff.c +++ b/gdk-pixbuf/io-gdip-tiff.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>
+
#include "io-gdip-utils.h"
static gboolean
|