From 0accbd0364e0333e0b119aa9ce93e34ded9df6cb Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 25 Apr 2011 17:22:25 +0200 Subject: lots of post-merge changes --- include/my_bitmap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/my_bitmap.h') 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 +#ifdef THREAD +#include +#endif typedef uint32 my_bitmap_map; -- cgit v1.2.1