Magellan Linux

Contents of /trunk/gimp-print/patches/gimp-print-5.2.7-missing-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1641 - (show annotations) (download)
Tue Feb 14 12:30:39 2012 UTC (12 years, 2 months ago) by niro
File size: 777 byte(s)
-add a patch to fix missing includes
1 diff -up gutenprint-5.2.7/src/cups/commandtocanon.c.build gutenprint-5.2.7/src/cups/commandtocanon.c
2 --- gutenprint-5.2.7/src/cups/commandtocanon.c.build 2011-06-07 13:32:37.372042304 +0100
3 +++ gutenprint-5.2.7/src/cups/commandtocanon.c 2011-06-07 13:32:41.270970750 +0100
4 @@ -13,6 +13,7 @@
5
6 #include <cups/cups.h>
7 #include <ctype.h>
8 +#include <stdio.h>
9 #include <stdlib.h>
10
11
12 diff -up gutenprint-5.2.7/src/cups/commandtoepson.c.build gutenprint-5.2.7/src/cups/commandtoepson.c
13 --- gutenprint-5.2.7/src/cups/commandtoepson.c.build 2007-12-24 17:19:20.000000000 +0000
14 +++ gutenprint-5.2.7/src/cups/commandtoepson.c 2011-06-07 13:32:35.656073794 +0100
15 @@ -30,6 +30,7 @@
16
17 #include <cups/cups.h>
18 #include <ctype.h>
19 +#include <stdio.h>
20 #include <stdlib.h>
21 #include <string.h>