aboutsummaryrefslogtreecommitdiffstats
path: root/main/clucene/clucene-pthread.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/clucene/clucene-pthread.patch')
-rw-r--r--main/clucene/clucene-pthread.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/clucene/clucene-pthread.patch b/main/clucene/clucene-pthread.patch
new file mode 100644
index 00000000000..7aed18cce89
--- /dev/null
+++ b/main/clucene/clucene-pthread.patch
@@ -0,0 +1,12 @@
+diff --git a/src/shared/CLucene/LuceneThreads.h b/src/shared/CLucene/LuceneThreads.h
+index 97072ee..4ee241e 100644
+--- a/src/shared/CLucene/LuceneThreads.h
++++ b/src/shared/CLucene/LuceneThreads.h
+@@ -7,6 +7,7 @@
+ #ifndef _LuceneThreads_h
+ #define _LuceneThreads_h
+
++#include <pthread.h>
+
+ CL_NS_DEF(util)
+ class CLuceneThreadIdCompare;