diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-18 10:58:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-18 10:58:49 +0000 |
commit | fb92e8597c613548e9eb9b4f86c73fd3caa80dc0 (patch) | |
tree | 35c6d403a5a8892c490c0090709dd6fd417ca2a5 /print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h | |
parent | - update to 3.38 (diff) |
Fix build with CUPS 2.2.x.
Diffstat (limited to 'print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h')
-rw-r--r-- | print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h b/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h new file mode 100644 index 000000000000..970d609a7aff --- /dev/null +++ b/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h @@ -0,0 +1,10 @@ +--- prnt/hpcups/CommonDefinitions.h.orig 2016-09-23 08:47:53 UTC ++++ prnt/hpcups/CommonDefinitions.h +@@ -41,6 +41,7 @@ + #include <sys/stat.h> + #include <cups/cups.h> + #include <cups/raster.h> ++#include <cups/ppd.h> + #include <stdarg.h> + #include <stdio.h> + #include <stdlib.h> |