~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/dict/dict0dict.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "que0que.h"
28
28
#include "rem0cmp.h"
29
29
#ifndef UNIV_HOTBACKUP
30
 
# include "m_ctype.h" /* my_isspace() */
 
30
# include <mystrings/m_ctype.h> /* my_isspace() */
31
31
#endif /* !UNIV_HOTBACKUP */
32
32
 
33
33
#include <ctype.h>