aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagPool.hxx')
-rw-r--r--src/TagPool.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TagPool.hxx b/src/TagPool.hxx
index 170b2dae4..5d68a31d7 100644
--- a/src/TagPool.hxx
+++ b/src/TagPool.hxx
@@ -21,10 +21,11 @@
#define MPD_TAG_POOL_HXX
#include "tag.h"
+#include "thread/Mutex.hxx"
#include <glib.h>
-extern GStaticMutex tag_pool_lock;
+extern Mutex tag_pool_lock;
struct tag_item;