~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/dtoa.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include "config.h"
39
39
 
40
 
#include <mystrings/m_string.h>  /* for memcpy and NOT_FIXED_DEC */
 
40
#include "drizzled/internal/m_string.h"  /* for memcpy and NOT_FIXED_DEC */
41
41
 
42
42
#include <float.h>
43
43