~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mysys_priv.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <drizzled/global.h>
20
20
#include <mysys/my_sys.h>
21
21
 
22
 
#ifdef USE_SYSTEM_WRAPPERS
23
 
#include "system_wrappers.h"
24
 
#endif
25
 
 
26
 
#ifdef HAVE_GETRUSAGE
27
22
#include <sys/resource.h>
28
 
#endif
29
23
 
30
24
#include <mysys/my_pthread.h>
31
25
#include <mysys/thr_lock.h>