~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.h

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define GET_ASK_ADDR     128
37
37
#define GET_TYPE_MASK    127
38
38
 
39
 
#include <my_sys.h>
 
39
#include <mysys/my_sys.h>
40
40
 
41
41
enum get_opt_arg_type { NO_ARG, OPT_ARG, REQUIRED_ARG };
42
42