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

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