summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2016-11-14 12:51:11 +0100
committerDominique Leuenberger <dimstar@opensuse.org>2016-11-14 13:16:41 +0100
commit7c7331440d22b1e987d0e6fd0d4337e57011e6cc (patch)
tree8d0b00ef44ca1e39ec88063d5bd7a68022dc3850
parent5565df92f9e059352b7ae5aeb9e1ee279fa7d8b5 (diff)
downloaddleyna-server-7c7331440d22b1e987d0e6fd0d4337e57011e6cc.tar.gz
Include libgupnp/gupnp-context-manager.h
As we make use of the type 'GUPnPContextManager' we need to ensure that this is known here. Relying on any other random header to being this in for us is unreliable (and has been seen failing in the wild).
-rwxr-xr-xlibdleyna/server/upnp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdleyna/server/upnp.h b/libdleyna/server/upnp.h
index 6e1aa55..ca053fc 100755
--- a/libdleyna/server/upnp.h
+++ b/libdleyna/server/upnp.h
@@ -24,6 +24,7 @@
#define DLS_UPNP_H__
#include <libdleyna/core/connector.h>
+#include <libgupnp/gupnp-context-manager.h>
#include "client.h"
#include "async.h"