summaryrefslogtreecommitdiff
path: root/notifier/rss.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /notifier/rss.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'notifier/rss.c')
-rw-r--r--notifier/rss.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/notifier/rss.c b/notifier/rss.c
index 1897e621..ac42aa3c 100644
--- a/notifier/rss.c
+++ b/notifier/rss.c
@@ -1,9 +1,9 @@
/*
- * "$Id: rss.c 10379 2012-03-23 22:16:22Z mike $"
+ * "$Id: rss.c 10378 2012-03-23 21:38:25Z mike $"
*
* RSS notifier for CUPS.
*
- * Copyright 2007-2010 by Apple Inc.
+ * Copyright 2007-2012 by Apple Inc.
* Copyright 2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -33,6 +33,7 @@
#include <cups/string-private.h>
#include <cups/array.h>
#include <sys/select.h>
+#include <cups/ipp-private.h> /* TODO: Update so we don't need this */
/*
@@ -736,5 +737,5 @@ xml_escape(const char *s) /* I - String to escape */
/*
- * End of "$Id: rss.c 10379 2012-03-23 22:16:22Z mike $".
+ * End of "$Id: rss.c 10378 2012-03-23 21:38:25Z mike $".
*/