diff --git a/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch b/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch new file mode 100644 index 0000000000..6d3769fbe4 --- /dev/null +++ b/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch @@ -0,0 +1,27 @@ +From e9ec9634207e4c2eea6d268ee29b57e687c1f178 Mon Sep 17 00:00:00 2001 +From: Jens Georg +Date: Sun, 16 Oct 2016 21:51:39 +0200 +Subject: av-cp: Fix compiling when using recent GUPnP-AV + +Include gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore + +Signed-off-by: Jens Georg +--- + src/av-cp/playlist-treeview.h | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/av-cp/playlist-treeview.h b/src/av-cp/playlist-treeview.h +index 8637ae8..16b131e 100644 +--- a/src/av-cp/playlist-treeview.h ++++ b/src/av-cp/playlist-treeview.h +@@ -23,6 +23,8 @@ + + #include + #include ++ ++#include + #include + + typedef void (* MetadataFunc) (const char *metadata, +-- +cgit v0.12