summaryrefslogtreecommitdiff
path: root/notifier/rss.c
diff options
context:
space:
mode:
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 $".
*/