summaryrefslogtreecommitdiff
path: root/include/my_bitmap.h
diff options
context:
space:
mode:
authorknielsen@mysql.com <>2006-01-01 22:18:02 +0100
committerknielsen@mysql.com <>2006-01-01 22:18:02 +0100
commit03e47beb070598a25388ab152d3430c7a9311a83 (patch)
tree8499113b6d43827ef0ca7362c2a49a14e7bcb0c7 /include/my_bitmap.h
parentff6507c9463352768bffbf1b8f5d84dac723ca3e (diff)
downloadmariadb-git-03e47beb070598a25388ab152d3430c7a9311a83.tar.gz
Compile fixes for aix52-64bit.
Diffstat (limited to 'include/my_bitmap.h')
-rw-r--r--include/my_bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_bitmap.h b/include/my_bitmap.h
index 33cd61de8a0..8afeb1b8107 100644
--- a/include/my_bitmap.h
+++ b/include/my_bitmap.h
@@ -17,7 +17,9 @@
#ifndef _my_bitmap_h_
#define _my_bitmap_h_
+#ifdef THREAD
#include <my_pthread.h>
+#endif
#define MY_BIT_NONE (~(uint) 0)