diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome/libgnomeprint/fix.includes.patch')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome/libgnomeprint/fix.includes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint/fix.includes.patch b/meta-gnome/recipes-gnome/gnome/libgnomeprint/fix.includes.patch new file mode 100644 index 000000000..53235a12d --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint/fix.includes.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | diff -uNr libgnomeprint-2.18.7.orig/libgnomeprint/modules/cups/gnome-print-cups-transport.c libgnomeprint-2.18.7/libgnomeprint/modules/cups/gnome-print-cups-transport.c | ||
2 | --- libgnomeprint-2.18.7.orig/libgnomeprint/modules/cups/gnome-print-cups-transport.c 2009-04-19 19:45:36.000000000 +0200 | ||
3 | +++ libgnomeprint-2.18.7/libgnomeprint/modules/cups/gnome-print-cups-transport.c 2012-12-23 12:34:52.058643537 +0100 | ||
4 | @@ -35,6 +35,7 @@ | ||
5 | #include <sys/stat.h> | ||
6 | #include <fcntl.h> | ||
7 | #include <unistd.h> | ||
8 | +#include <stdio.h> | ||
9 | #include <locale.h> | ||
10 | |||
11 | #include <cups/cups.h> | ||