~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/str2int.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  call has no problems.
38
38
*/
39
39
 
40
 
#include <my_global.h>
41
40
#include "m_string.h"
42
41
#include "m_ctype.h"
43
 
#include "my_sys.h"                     /* defines errno */
 
42
#include <mysys/my_sys.h>                       /* defines errno */
44
43
#include <errno.h>
45
44
 
46
45
#define char_val(X) (X >= '0' && X <= '9' ? X-'0' :\