diff options
author | knielsen@mysql.com <> | 2006-01-01 22:18:02 +0100 |
---|---|---|
committer | knielsen@mysql.com <> | 2006-01-01 22:18:02 +0100 |
commit | 03e47beb070598a25388ab152d3430c7a9311a83 (patch) | |
tree | 8499113b6d43827ef0ca7362c2a49a14e7bcb0c7 /include/my_bitmap.h | |
parent | ff6507c9463352768bffbf1b8f5d84dac723ca3e (diff) | |
download | mariadb-git-03e47beb070598a25388ab152d3430c7a9311a83.tar.gz |
Compile fixes for aix52-64bit.
Diffstat (limited to 'include/my_bitmap.h')
-rw-r--r-- | include/my_bitmap.h | 2 |
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) |