~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.c

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

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