aboutsummaryrefslogtreecommitdiffstats
path: root/src/dirvec.c
diff options
context:
space:
mode:
authorThomas Jansen <mithi@mithi.net>2008-12-28 21:02:05 +0100
committerThomas Jansen <mithi@mithi.net>2008-12-28 21:02:05 +0100
commit5e3dc6946f13e721030b887b60e383b58879bc62 (patch)
tree18ab532882626e9af988f6c62f4c69994d72421e /src/dirvec.c
parentf31b4f46e17f2af17b4d6549d16e8f111b21688d (diff)
downloadmpd-5e3dc6946f13e721030b887b60e383b58879bc62.tar.gz
mpd-5e3dc6946f13e721030b887b60e383b58879bc62.tar.xz
mpd-5e3dc6946f13e721030b887b60e383b58879bc62.zip
Include <pthread.h> where it is necessary only
Diffstat (limited to 'src/dirvec.c')
-rw-r--r--src/dirvec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dirvec.c b/src/dirvec.c
index a9e59ab68..b24512a1c 100644
--- a/src/dirvec.c
+++ b/src/dirvec.c
@@ -5,6 +5,7 @@
#include <string.h>
#include <glib.h>
+#include <pthread.h>
static pthread_mutex_t nr_lock = PTHREAD_MUTEX_INITIALIZER;