Merge branch 'mesa_7_5_branch'
[mesa.git] / src / gallium / include / pipe / p_thread.h
index ce8d79549ad2659afae31337108ff35fb5b8b541..96e8e087447b6cf9aa34d6eaadb155f34fb3c86d 100644 (file)
@@ -44,6 +44,8 @@
 #include <pthread.h> /* POSIX threads headers */
 #include <stdio.h> /* for perror() */
 
+#define PIPE_THREAD_HAVE_CONDVAR
+
 typedef pthread_t pipe_thread;
 
 #define PIPE_THREAD_ROUTINE( name, param ) \