summaryrefslogtreecommitdiff
path: root/filter/rastertopwg.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-12-09 16:56:00 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-12-09 16:56:00 +0000
commitf787e1e3ff11339269bdc11e253af91e5961e013 (patch)
treeaa88a0248e61c56dc84696b544a455005cfddfff /filter/rastertopwg.c
parent7f2dc952e01cc1b063b2b46b4a6966659e1dc092 (diff)
downloadcups-f787e1e3ff11339269bdc11e253af91e5961e013.tar.gz
Do some code reorganization so that all of the PPD code is separate from the rest.
Note: cupsGetPPD* and friends are now in cups/ppd.h now - should not be an issue but was necessary to leave a clean break for future code. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13007 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'filter/rastertopwg.c')
-rw-r--r--filter/rastertopwg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/rastertopwg.c b/filter/rastertopwg.c
index e4fe25b32..7e17f5331 100644
--- a/filter/rastertopwg.c
+++ b/filter/rastertopwg.c
@@ -19,6 +19,7 @@
*/
#include <cups/cups-private.h>
+#include <cups/ppd-private.h>
#include <cups/raster.h>
#include <unistd.h>
#include <fcntl.h>