c58fd1e27d
Fix coherence UPnP support; we don't enforce dependency on it, but if it's installed it can be used. ok jasper@
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
$OpenBSD: patch-podcast_rb-podcast-parse_h,v 1.3 2010/03/21 10:10:56 ajacoutot Exp $
|
|
--- podcast/rb-podcast-parse.h.orig Sun Feb 28 14:35:23 2010
|
|
+++ podcast/rb-podcast-parse.h Wed Mar 3 11:24:33 2010
|
|
@@ -29,6 +29,7 @@
|
|
#define RB_PODCAST_PARSE_H
|
|
|
|
#include <glib.h>
|
|
+#include <inttypes.h>
|
|
|
|
typedef enum
|
|
{
|