Imported Upstream version 1.6.4
[platform/upstream/cups.git] / notifier / rss.c
index 1897e62..1489847 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: rss.c 10379 2012-03-23 22:16:22Z mike $"
+ * "$Id: rss.c 11173 2013-07-23 12:31:34Z msweet $"
  *
  *   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 11173 2013-07-23 12:31:34Z msweet $".
  */