~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/dtoa.cc

  • Committer: Monty Taylor
  • Date: 2008-11-27 23:14:56 UTC
  • mto: (629.2.1 devel)
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: monty@bitters-20081127231456-45kl00o5smelokb5
More solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
 ***************************************************************/
37
37
 
38
 
#include <m_string.h>  /* for memcpy and NOT_FIXED_DEC */
 
38
#include <mystrings/m_string.h>  /* for memcpy and NOT_FIXED_DEC */
 
39
#include <stdlib.h>
39
40
 
40
41
/**
41
42
   Appears to suffice to not call malloc() in most cases.