summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-03 14:51:37 +0000
committerJustin Lecher <jlec@gentoo.org>2012-02-03 14:51:37 +0000
commit9f00c8cb63ba446b01974794b38142fde07da893 (patch)
treeb37ddce7353b24594684d2974148c468f473d149 /gnome-base/libgnomeprint/files
parentStable for amd64, wrt bug #396799 (diff)
downloadhistorical-9f00c8cb63ba446b01974794b38142fde07da893.tar.gz
historical-9f00c8cb63ba446b01974794b38142fde07da893.tar.bz2
historical-9f00c8cb63ba446b01974794b38142fde07da893.zip
Include missing header patch, thanks Rolf S. Arvidson for the patch, #383243
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'gnome-base/libgnomeprint/files')
-rw-r--r--gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-stdio-include.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-stdio-include.patch b/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-stdio-include.patch
new file mode 100644
index 000000000000..dd9195434e87
--- /dev/null
+++ b/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-stdio-include.patch
@@ -0,0 +1,9 @@
+--- a/libgnomeprint/modules/cups/gnome-print-cups-transport.c
++++ b/libgnomeprint/modules/cups/gnome-print-cups-transport.c
+@@ -34,6 +34,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
++#include <stdio.h>
+ #include <unistd.h>
+ #include <locale.h>