diff options
author | Vincent Untz <vuntz@gnome.org> | 2011-12-19 14:57:03 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2011-12-19 15:02:20 +0100 |
commit | 42e18a5d35bbdcf216c03f04e83153ba9f09ec36 (patch) | |
tree | 3d8ce78086f55c1de411b238b8d4a6c1608433db /gdk-pixbuf/io-qtif.c | |
parent | 6c85587ba3b234c9595e182598b631368f23327f (diff) | |
download | gdk-pixbuf-42e18a5d35bbdcf216c03f04e83153ba9f09ec36.tar.gz |
qtif: Add missing libintl.h include
https://bugzilla.gnome.org/show_bug.cgi?id=666518
Diffstat (limited to 'gdk-pixbuf/io-qtif.c')
-rw-r--r-- | 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 cd2deaa5d..d418cfcda 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> |