diff options
author | unknown <serg@janus.mylan> | 2006-08-11 01:16:51 +0200 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2006-08-11 01:16:51 +0200 |
commit | d1a8a2c7345847fc750c2d36908913dedb052c9c (patch) | |
tree | cd2f0827f590fb22304b8aea30bb64dcc97bc8e3 | |
parent | 161f79aefa68e4934420f6c928daebc254d90b13 (diff) | |
download | mariadb-git-d1a8a2c7345847fc750c2d36908913dedb052c9c.tar.gz |
fixes for inline bit functions
-rw-r--r-- | sql/ha_maria.cc | 1 | ||||
-rw-r--r-- | storage/maria/ma_create.c | 1 | ||||
-rw-r--r-- | storage/maria/ma_test2.c | 1 | ||||
-rw-r--r-- | storage/maria/maria_chk.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_maria.cc b/sql/ha_maria.cc index 29718f1493e..b883d56e3f7 100644 --- a/sql/ha_maria.cc +++ b/sql/ha_maria.cc @@ -22,6 +22,7 @@ #include "mysql_priv.h" #include <m_ctype.h> #include <myisampack.h> +#include <my_bit.h> #include "ha_maria.h" #ifndef MASTER #include "../srclib/maria/maria_def.h" diff --git a/storage/maria/ma_create.c b/storage/maria/ma_create.c index b9fb4eb0d5b..5926bba9406 100644 --- a/storage/maria/ma_create.c +++ b/storage/maria/ma_create.c @@ -18,6 +18,7 @@ #include "ma_ftdefs.h" #include "ma_sp_defs.h" +#include <my_bit.h> #if defined(MSDOS) || defined(__WIN__) #ifdef __WIN__ diff --git a/storage/maria/ma_test2.c b/storage/maria/ma_test2.c index 840ecb2eeb7..40f7d2aaffb 100644 --- a/storage/maria/ma_test2.c +++ b/storage/maria/ma_test2.c @@ -27,6 +27,7 @@ #endif #include "maria_def.h" #include <m_ctype.h> +#include <my_bit.h> #define STANDARD_LENGTH 37 #define MARIA_KEYS 6 diff --git a/storage/maria/maria_chk.c b/storage/maria/maria_chk.c index e423a3f5c36..89858ee2d07 100644 --- a/storage/maria/maria_chk.c +++ b/storage/maria/maria_chk.c @@ -18,6 +18,7 @@ #include "ma_fulltext.h" #include <myisamchk.h> +#include <my_bit.h> #include <m_ctype.h> #include <stdarg.h> #include <my_getopt.h> |