~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strto.cc

merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
   /* see 'strtoll.c' and 'strtoull.c' for the reasons */
41
41
#endif
42
42
 
43
 
#include "m_ctype.h"
44
 
#include "my_sys.h"                     /* defines errno */
45
 
#include <errno.h>
 
43
#include "mysys_priv.h"
46
44
 
47
45
#undef strtoull
48
46
#undef strtoll