~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-07-27 01:05:35 UTC
  • mfrom: (212.5.24 remove-include-dir)
  • Revision ID: brian@localhost.localdomain-20080727010535-y458velrxny2uuhy
Merge from Monty.

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>