fixes for inline bit functions

This commit is contained in:
unknown 2006-08-11 01:16:51 +02:00
parent 161f79aefa
commit d1a8a2c734
4 changed files with 4 additions and 0 deletions

View file

@ -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"

View file

@ -18,6 +18,7 @@
#include "ma_ftdefs.h"
#include "ma_sp_defs.h"
#include <my_bit.h>
#if defined(MSDOS) || defined(__WIN__)
#ifdef __WIN__

View file

@ -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

View file

@ -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>