summaryrefslogtreecommitdiff
path: root/include/my_bitmap.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-04-25 17:22:25 +0200
committerSergei Golubchik <sergii@pisem.net>2011-04-25 17:22:25 +0200
commit0accbd0364e0333e0b119aa9ce93e34ded9df6cb (patch)
treebdf0738c29dc1f57fbfba3a1754524e238f15b52 /include/my_bitmap.h
parent37f87d73ae8dc6c30594867b40a5d70159acf63c (diff)
downloadmariadb-git-0accbd0364e0333e0b119aa9ce93e34ded9df6cb.tar.gz
lots of post-merge changes
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;