From 71351160b1b6fd4203f27f9159ae39a476483e1a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:29 +0200 Subject: don't include os_compat.h When there are standardized headers, use these instead of the bloated os_compat.h. --- src/tag_pool.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tag_pool.c') diff --git a/src/tag_pool.c b/src/tag_pool.c index d227a2988..257458795 100644 --- a/src/tag_pool.c +++ b/src/tag_pool.c @@ -19,6 +19,8 @@ #include "tag_pool.h" #include "utils.h" +#include + pthread_mutex_t tag_pool_lock = PTHREAD_MUTEX_INITIALIZER; #define NUM_SLOTS 4096 -- cgit v1.2.3