~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gen_lex_hash.cc

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
#define NO_YACC_SYMBOLS
80
80
#include "global.h"
81
81
#include <mysys/my_sys.h>
82
 
#include "m_string.h"
 
82
#include <mystrings/m_string.h>
83
83
#ifndef __GNU_LIBRARY__
84
84
#define __GNU_LIBRARY__                         // Skip warnings in getopt.h
85
85
#endif