~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_path.cc

  • Committer: Monty Taylor
  • Date: 2008-11-27 23:14:56 UTC
  • mto: (629.2.1 devel)
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: monty@bitters-20081127231456-45kl00o5smelokb5
More solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "mysys_priv.h"
17
17
#include <mystrings/m_string.h>
18
18
#include "my_static.h"
 
19
#include <stdlib.h>
19
20
 
20
21
static char *find_file_in_path(char *to,const char *name);
21
22