summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-04-07 07:11:03 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-04-07 07:11:03 +0000
commitaaf19ab07e5ba1f270e4ebbc321a1a0b76a4d25f (patch)
treeb11eb70a9cb3704ab33bb96db46f8d553aeeadf8 /monitor
parente2d18a01cc1e81e6ab17e318c56e0c356801783d (diff)
downloadcups-aaf19ab07e5ba1f270e4ebbc321a1a0b76a4d25f.tar.gz
Import changes from CUPS 1.5svn-r9085.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2046 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'monitor')
-rw-r--r--monitor/Dependencies12
-rw-r--r--monitor/bcp.c1
-rw-r--r--monitor/tbcp.c1
3 files changed, 8 insertions, 6 deletions
diff --git a/monitor/Dependencies b/monitor/Dependencies
index 9411f3d4c..d5130c0b0 100644
--- a/monitor/Dependencies
+++ b/monitor/Dependencies
@@ -1,8 +1,8 @@
# DO NOT DELETE THIS LINE -- make depend depends on it.
-bcp.o: ../cups/string-private.h ../config.h ../cups/cups.h ../cups/ipp.h
-bcp.o: ../cups/http.h ../cups/versioning.h ../cups/ppd.h ../cups/array.h
-bcp.o: ../cups/file.h ../cups/language.h
-tbcp.o: ../cups/string-private.h ../config.h ../cups/cups.h ../cups/ipp.h
-tbcp.o: ../cups/http.h ../cups/versioning.h ../cups/ppd.h ../cups/array.h
-tbcp.o: ../cups/file.h ../cups/language.h
+bcp.o: ../cups/string-private.h ../config.h ../cups/cups.h ../cups/file.h
+bcp.o: ../cups/versioning.h ../cups/ipp.h ../cups/http.h ../cups/language.h
+bcp.o: ../cups/array.h ../cups/ppd.h ../cups/cups.h
+tbcp.o: ../cups/string-private.h ../config.h ../cups/cups.h ../cups/file.h
+tbcp.o: ../cups/versioning.h ../cups/ipp.h ../cups/http.h ../cups/language.h
+tbcp.o: ../cups/array.h ../cups/ppd.h ../cups/cups.h
diff --git a/monitor/bcp.c b/monitor/bcp.c
index 6fc24463b..06a48232e 100644
--- a/monitor/bcp.c
+++ b/monitor/bcp.c
@@ -27,6 +27,7 @@
#include <cups/string-private.h>
#include <cups/cups.h>
+#include <cups/ppd.h>
/*
diff --git a/monitor/tbcp.c b/monitor/tbcp.c
index a8c532c8c..94cf7b692 100644
--- a/monitor/tbcp.c
+++ b/monitor/tbcp.c
@@ -27,6 +27,7 @@
#include <cups/string-private.h>
#include <cups/cups.h>
+#include <cups/ppd.h>
/*