diff options
author | 2012-02-03 14:51:37 +0000 | |
---|---|---|
committer | 2012-02-03 14:51:37 +0000 | |
commit | 9f00c8cb63ba446b01974794b38142fde07da893 (patch) | |
tree | b37ddce7353b24594684d2974148c468f473d149 /gnome-base/libgnomeprint/files | |
parent | Stable for amd64, wrt bug #396799 (diff) | |
download | historical-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.patch | 9 |
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> |