~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_ctype.h

MergedĀ inĀ latest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef _m_ctype_h
22
22
#define _m_ctype_h
23
23
 
 
24
#include <drizzled/global.h>
 
25
#include <stdint.h>
 
26
#include <stdbool.h>
 
27
 
24
28
#ifdef  __cplusplus
25
29
extern "C" {
26
30
#endif