~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.c

Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Describe, check and repair of MyISAM tables */
17
17
 
18
 
#include <my_global.h>
 
18
#include <drizzled/global.h>
19
19
 
20
20
#include <mystrings/m_ctype.h>
21
21
#include <stdarg.h>