~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.c

Moved my_getopt.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <mystrings/m_ctype.h>
21
21
#include <stdarg.h>
22
 
#include <my_getopt.h>
 
22
#include <mysys/my_getopt.h>
23
23
#include <my_bit.h>
24
24
#include <myisam.h>
25
25
#include <mystrings/m_string.h>