summaryrefslogtreecommitdiff
path: root/include/my_bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_bitmap.h')
-rw-r--r--include/my_bitmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/my_bitmap.h b/include/my_bitmap.h
index cd082cc1ada..c92f28630e2 100644
--- a/include/my_bitmap.h
+++ b/include/my_bitmap.h
@@ -19,6 +19,9 @@
#define MY_BIT_NONE (~(uint) 0)
#include <m_string.h>
+#ifdef THREAD
+#include <my_pthread.h>
+#endif
typedef uint32 my_bitmap_map;