~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.c

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "stacktrace.h"
21
21
 
22
22
#include <signal.h>
23
 
#include <my_pthread.h>
 
23
#include <mysys/my_pthread.h>
24
24
#include <m_string.h>
25
25
#ifdef HAVE_STACKTRACE
26
26
#include <unistd.h>