diff options
author | Mario Preksavec <mario@slackware.hr> | 2014-11-02 12:06:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-02 12:12:35 +0700 |
commit | 3df6142fda67ba5b027ef2539c714c749991b3b2 (patch) | |
tree | 47c205008ec332edae64cee5741aa48252003e57 /system/cndrvcups-capt/ppapdata.c.diff | |
parent | f44ae903b13fdc7904a0d9fb85ae5b1579e34239 (diff) |
system/cndrvcups-capt: Added (Canon CAPT Printer Driver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cndrvcups-capt/ppapdata.c.diff')
-rw-r--r-- | system/cndrvcups-capt/ppapdata.c.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/cndrvcups-capt/ppapdata.c.diff b/system/cndrvcups-capt/ppapdata.c.diff new file mode 100644 index 0000000000000..cdb2df79a61f8 --- /dev/null +++ b/system/cndrvcups-capt/ppapdata.c.diff @@ -0,0 +1,10 @@ +--- cndrvcups-capt-2.60-1/statusui/src/ppapdata.c.orig 2013-06-27 03:18:49.000000000 +0200 ++++ cndrvcups-capt-2.60-1/statusui/src/ppapdata.c 2014-04-30 02:46:55.610352073 +0200 +@@ -23,6 +23,7 @@ + #include <string.h> + + #include <cups/cups.h> ++#include <cups/ppd.h> + #include "uimain.h" + #include "cnsktmodule.h" + |