[gdk-pixbuf] qtif: Add missing libintl.h include



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

 gdk-pixbuf/io-qtif.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]