~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#ifndef stdin                           /* Included first in handler */
22
22
#define CHSIZE_USED
23
 
#include <my_global.h>
24
 
#include <my_dir.h>                     /* This includes types */
25
 
#include <my_sys.h>
26
 
#include <m_string.h>
 
23
#include <drizzled/global.h>
 
24
#include <mysys/my_dir.h>               /* This includes types */
 
25
#include <mysys/my_sys.h>
 
26
#include <mystrings/m_string.h>
27
27
#include <errno.h>
28
28
 
29
29
#ifndef EOVERFLOW
31
31
#endif
32
32
 
33
33
#endif  /* stdin */
34
 
#include <my_list.h>
 
34
#include <mysys/my_list.h>
35
35
 
36
36
/* The following is bits in the flag parameter to ha_open() */
37
37