1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/print/xpp/files/patch-cupshelper.h
Cy Schubert 0c1de55039 Fix build errors due to cups 1.5.0.
Assume maintainership of this orphan.

Feature safe:	yes
2011-11-29 21:15:20 +00:00

11 lines
275 B
C

--- cupshelper.h.orig 2002-05-28 08:49:45.000000000 -0700
+++ cupshelper.h 2011-11-29 13:10:22.991997261 -0800
@@ -34,6 +34,7 @@
#define CUPSHELPER_H
#include <cups/cups.h>
+#include <cups/ppd.h>
#include <cups/ipp.h>
const char* cupsGetPassword(const char *prompt);