~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/heapdef.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:
17
17
 
18
18
#include <my_base.h>                    /* This includes global */
19
19
C_MODE_START
20
 
#include <my_pthread.h>
 
20
#include <mysys/my_pthread.h>
21
21
#include "heap.h"                       /* Structs & some defines */
22
22
#include "my_tree.h"
23
23