~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/timefunc.cc

Merged from fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <time.h>
32
32
#include <drizzled/error.h>
33
33
#include <drizzled/tztime.h>
 
34
#include <drizzled/item/timefunc.h>
34
35
 
35
36
/** Day number for Dec 31st, 9999. */
36
37
#define MAX_DAY_NUMBER 3652424L