~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_base.h

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <my_global.h>
24
24
#include <my_dir.h>                     /* This includes types */
25
25
#include <mysys/my_sys.h>
26
 
#include <m_string.h>
 
26
#include <mystrings/m_string.h>
27
27
#include <errno.h>
28
28
 
29
29
#ifndef EOVERFLOW