~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Monty Taylor
  • Date: 2009-12-23 09:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091223092106-7oaghwzkfyl3a1c7
No more mystrings in drizzled/

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include <mysys/my_pthread.h>
33
33
 
34
 
#include <mystrings/m_ctype.h>                    /* for CHARSET_INFO */
 
34
#include "drizzled/charset_info.h"                    /* for CHARSET_INFO */
35
35
#include <stdarg.h>
36
36
#include "drizzled/typelib.h"
37
37
#include <mysys/aio_result.h>