~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/default.cc

  • Committer: Brian Aker
  • Date: 2008-11-26 16:31:46 UTC
  • mfrom: (612.2.10 devel)
  • Revision ID: brian@tangent.org-20081126163146-nptzh53wd333f620
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 --print-defaults         ; Print the modified command line and exit
34
34
****************************************************************************/
35
35
 
36
 
#include <stdio.h>
37
36
#include "mysys_priv.h"
38
37
#include <mystrings/m_string.h>
39
38
#include <mystrings/m_ctype.h>
40
 
#include <my_dir.h>
 
39
#include <mysys/my_dir.h>
 
40
 
 
41
#include <stdio.h>
41
42
 
42
43
const char *my_defaults_file=0;
43
44
const char *my_defaults_group_suffix=0;