diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-12 19:06:08 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:14 +0100 |
commit | 6843124ff485d1f40836db08131b7579444eebff (patch) | |
tree | f9f9b29fec493e704047dacadc1215c1a1e14ee9 /src/thread-pool.h | |
parent | 24b38f3df87bcc24832c32c8649cde3d22b5e119 (diff) |
Implement optimise_reflist()
Diffstat (limited to 'src/thread-pool.h')
-rw-r--r-- | src/thread-pool.h | 3 |
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); |