aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/WorkQueue.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-16 12:50:59 +0100
committerMax Kellermann <max@duempel.org>2014-01-17 10:13:04 +0100
commite2812f722d04ca2f338e00d59d2a649545863b03 (patch)
tree1874a9737e9559d32c2308696502b644f93bafc5 /src/db/upnp/WorkQueue.hxx
parentaa64a5328edb4fcafb53cd512d37f9ceed8ed1c5 (diff)
downloadmpd-e2812f722d04ca2f338e00d59d2a649545863b03.tar.gz
mpd-e2812f722d04ca2f338e00d59d2a649545863b03.tar.xz
mpd-e2812f722d04ca2f338e00d59d2a649545863b03.zip
db/upnp/Discovery: move callbacks and data structures into class
Eliminate global variables.
Diffstat (limited to 'src/db/upnp/WorkQueue.hxx')
-rw-r--r--src/db/upnp/WorkQueue.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/upnp/WorkQueue.hxx b/src/db/upnp/WorkQueue.hxx
index 7537fb874..fe8ce53f9 100644
--- a/src/db/upnp/WorkQueue.hxx
+++ b/src/db/upnp/WorkQueue.hxx
@@ -23,6 +23,7 @@
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
+#include <assert.h>
#include <pthread.h>
#include <string>