Include <pthread.h> where it is necessary only

This commit is contained in:
Thomas Jansen
2008-12-28 21:02:05 +01:00
parent f31b4f46e1
commit 5e3dc6946f
5 changed files with 2 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
#include <string.h>
#include <glib.h>
#include <pthread.h>
static pthread_mutex_t nr_lock = PTHREAD_MUTEX_INITIALIZER;