On Fri, Jul 1, 2016 at 6:32 PM, Michael Cronenworth mike@cchtml.com wrote:
Signed-off-by: Michael Cronenworth mike@cchtml.com
dlls/winspool.drv/info.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index 3ba94cd..5468066 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -43,6 +43,9 @@ #include <signal.h> #ifdef HAVE_CUPS_CUPS_H # include <cups/cups.h> +# if CUPS_VERSION_MAJOR > 2 || (CUPS_VERSION_MAJOR == 2 && CUPS_VERSION_MINOR > 1) +# include <cups/ppd.h> +# endif #endif
Hi, AFAICS this other patch from Ken Thomases in the queue will do the same: http://source.winehq.org/patches/data/123755
Best wishes, Bruno