~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/resolve_stack_dump.c

  • Committer: brian
  • Date: 2008-07-27 01:05:35 UTC
  • mfrom: (212.5.24 remove-include-dir)
  • Revision ID: brian@localhost.localdomain-20080727010535-y458velrxny2uuhy
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include <my_global.h>
21
 
#include <m_ctype.h>
 
21
#include <mystrings/m_ctype.h>
22
22
#include <mysys/my_sys.h>
23
 
#include <m_string.h>
 
23
#include <mystrings/m_string.h>
24
24
#include <drizzle_version.h>
25
25
#include <errno.h>
26
 
#include <my_getopt.h>
 
26
#include <mysys/my_getopt.h>
27
27
 
28
28
#define INIT_SYM_TABLE  4096
29
29
#define INC_SYM_TABLE  4096