diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-10-11 16:49:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-10-11 16:49:41 +0000 |
commit | ca026e485b4519c0574649f96051ec08f30d7822 (patch) | |
tree | 7681a5e6c6f539ec891ff13376a9f0f196fc9b13 /print | |
parent | 99884f42949b5c068473f0ab31ef168432cbbc1f (diff) | |
download | ports-ca026e485b4519c0574649f96051ec08f30d7822.tar.gz ports-ca026e485b4519c0574649f96051ec08f30d7822.zip |
Notes
Diffstat (limited to 'print')
-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> + |