~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/heap.h

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef _my_base_h
26
26
#include <my_base.h>
27
27
#endif
28
 
#include <my_pthread.h>
 
28
#include <mysys/my_pthread.h>
29
29
#include <mysys/thr_lock.h>
30
30
 
31
31
#include "my_handler.h"