~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.c

  • Committer: Brian Aker
  • Date: 2008-07-31 19:57:34 UTC
  • mfrom: (236.1.27 codestyle)
  • Revision ID: brian@tangent.org-20080731195734-c7cu4gx70xgjr68o
Merge from Monty.

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>