aboutsummaryrefslogtreecommitdiff
path: root/src/thread-pool.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-12 19:06:08 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:14 +0100
commit6843124ff485d1f40836db08131b7579444eebff (patch)
treef9f9b29fec493e704047dacadc1215c1a1e14ee9 /src/thread-pool.h
parent24b38f3df87bcc24832c32c8649cde3d22b5e119 (diff)
Implement optimise_reflist()
Diffstat (limited to 'src/thread-pool.h')
-rw-r--r--src/thread-pool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/thread-pool.h b/src/thread-pool.h
index 23c7c632..fefcef4a 100644
--- a/src/thread-pool.h
+++ b/src/thread-pool.h
@@ -18,6 +18,9 @@
#endif
+#include <pthread.h>
+
+extern pthread_mutex_t stderr_lock;
extern signed int get_status_label(void);