diff options
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/files/patch-prnt__hpps__hppsfilter.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/hplip/files/patch-prnt__hpps__hppsfilter.c b/print/hplip/files/patch-prnt__hpps__hppsfilter.c new file mode 100644 index 000000000000..9600f3600d80 --- /dev/null +++ b/print/hplip/files/patch-prnt__hpps__hppsfilter.c @@ -0,0 +1,10 @@ +--- prnt/hpps/hppsfilter.c.orig 2011-10-11 17:25:10.000000000 +0300 ++++ prnt/hpps/hppsfilter.c 2011-10-11 17:25:29.000000000 +0300 +@@ -38,6 +38,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <cups/cups.h> ++#include <cups/ppd.h> + #include <sys/types.h> + #include <sys/stat.h> + |