~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <cstddef>
23
23
 
24
24
#include <signal.h>
25
 
#include <mysys/my_pthread.h>
26
 
#include <mystrings/m_string.h>
 
25
#include "drizzled/internal/my_pthread.h"
 
26
#include "drizzled/internal/m_string.h"
27
27
#ifdef HAVE_STACKTRACE
28
28
#include <unistd.h>
29
29
#include <strings.h>