~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

Moved typelib to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include <mystrings/m_ctype.h>                    /* for CHARSET_INFO */
34
34
#include <stdarg.h>
35
 
#include <typelib.h>
 
35
#include <mysys/typelib.h>
36
36
 
37
37
#define MY_INIT(name);          { my_progname= name; my_init(); }
38
38