~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mysys_priv.h

  • Committer: Brian Aker
  • Date: 2009-12-09 01:09:43 UTC
  • mfrom: (1240.1.8 build)
  • Revision ID: brian@gaz-20091209010943-n5iq2b9ins7mx73j
MergeĀ build

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>