Blame SOURCES/0001-Include-libgupnp-gupnp-context-manager.h.patch

51e99a
From 7c7331440d22b1e987d0e6fd0d4337e57011e6cc Mon Sep 17 00:00:00 2001
51e99a
From: Dominique Leuenberger <dimstar@opensuse.org>
51e99a
Date: Mon, 14 Nov 2016 12:51:11 +0100
51e99a
Subject: [PATCH] Include libgupnp/gupnp-context-manager.h
51e99a
51e99a
As we make use of the type 'GUPnPContextManager' we need to ensure that
51e99a
this is known here. Relying on any other random header to being this in
51e99a
for us is unreliable (and has been seen failing in the wild).
51e99a
---
51e99a
 libdleyna/server/upnp.h | 1 +
51e99a
 1 file changed, 1 insertion(+)
51e99a
51e99a
diff --git a/libdleyna/server/upnp.h b/libdleyna/server/upnp.h
51e99a
index 6e1aa556c473..ca053fc53eae 100755
51e99a
--- a/libdleyna/server/upnp.h
51e99a
+++ b/libdleyna/server/upnp.h
51e99a
@@ -24,6 +24,7 @@
51e99a
 #define DLS_UPNP_H__
51e99a
 
51e99a
 #include <libdleyna/core/connector.h>
51e99a
+#include <libgupnp/gupnp-context-manager.h>
51e99a
 
51e99a
 #include "client.h"
51e99a
 #include "async.h"
51e99a
-- 
51e99a
2.9.3
51e99a