~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_mutex.c

Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* This makes a wrapper for mutex handling to make it easier to debug mutex */
17
17
 
18
 
#include <my_global.h>
 
18
#include "mysys_priv.h"
 
19
 
19
20
#if defined(TARGET_OS_LINUX) && !defined (__USE_UNIX98)
20
21
#define __USE_UNIX98                    /* To get rw locks under Linux */
21
22
#endif