~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/func.cc

  • Committer: mordred
  • Date: 2008-11-03 19:16:14 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 575.
  • Revision ID: mordred@opensolaris-20081103191614-baivj0p2wjudgaj2
zomg. Solaris actually builds all the way!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/sql_list.h>
28
28
 
29
29
#include <drizzled/functions/int.h>
30
 
#if defined(HAVE_IEEEFP_H)
31
 
# include <ieeefp.h>
32
 
#endif
33
 
 
34
30
#include CMATH_H
 
31
#include <drizzled/util/math.h>
35
32
 
36
33
#if defined(CMATH_NAMESPACE)
37
34
using namespace CMATH_NAMESPACE;