~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/decimal.c

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
#include <my_global.h>
103
103
#include <m_ctype.h>
104
104
#include <storage/myisam/myisampack.h>
105
 
#include <my_sys.h> /* for my_alloca */
 
105
#include <mysys/my_sys.h> /* for my_alloca */
106
106
#include <m_string.h>
107
107
#include <mystrings/decimal.h>
108
108