aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_pool.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag_pool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tag_pool.h b/src/tag_pool.h
index d837d4446..52765527e 100644
--- a/src/tag_pool.h
+++ b/src/tag_pool.h
@@ -20,7 +20,8 @@
#define TAG_POOL_H
#include "tag.h"
-#include "os_compat.h"
+
+#include <pthread.h>
extern pthread_mutex_t tag_pool_lock;