gdk-pixbuf/gdk-pixbuf-missing-include.patch

21 lines
513 B
Diff

commit 42e18a5d35bbdcf216c03f04e83153ba9f09ec36
Author: Vincent Untz <vuntz@gnome.org>
Date: Mon Dec 19 14:57:03 2011 +0100
qtif: Add missing libintl.h include
https://bugzilla.gnome.org/show_bug.cgi?id=666518
diff --git a/gdk-pixbuf/io-qtif.c b/gdk-pixbuf/io-qtif.c
index cd2deaa..d418cfc 100644
--- a/gdk-pixbuf/io-qtif.c
+++ b/gdk-pixbuf/io-qtif.c
@@ -27,6 +27,7 @@
#include "config.h"
#include <errno.h>
+#include <libintl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>