diff options
Diffstat (limited to 'system/pixma/04_ppd_h.diff')
-rw-r--r-- | system/pixma/04_ppd_h.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/pixma/04_ppd_h.diff b/system/pixma/04_ppd_h.diff new file mode 100644 index 0000000000..f8f865d930 --- /dev/null +++ b/system/pixma/04_ppd_h.diff @@ -0,0 +1,10 @@ +--- backend/src/cnij_backend_common.c.orig 2013-07-17 11:33:45.000000000 +1000 ++++ backend/src/cnij_backend_common.c 2019-03-05 22:02:03.105361333 +1000 +@@ -38,6 +38,7 @@ + // CUPS Header + #include <cups/cups.h> + #include <cups/ipp.h> ++#include <cups/ppd.h> + + // Header file for CANON + #include "cnij_backend_common.h" |