~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to drizzled/hash/crc32.h

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#ifndef DRIZZLED_HASH_CRC32_H
35
35
#define DRIZZLED_HASH_CRC32_H
36
36
 
 
37
#ifdef HAVE_SYS_TYPES_H
 
38
# include <sys/types.h>
 
39
#endif
 
40
 
37
41
namespace drizzled
38
42
{
39
43
namespace hash