~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/crc32udf.cc

Merged from fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include CSTDINT_H
19
19
#include <drizzled/common_includes.h>
20
 
#include <drizzled/item_func.h>
 
20
#include <drizzled/item/func.h>
21
21
#include <zlib.h>
22
22
 
23
23
class Item_func_crc32 :public Item_int_func