From 215a65b1fd255d37181124a15fee0cf02c77fdd4 Mon Sep 17 00:00:00 2001 From: "hf@deer.(none)" <> Date: Fri, 23 Jan 2004 16:02:57 +0400 Subject: SCRUM wl #1163 (Make spatial code optional) Patch I cleaned with Serg & Monty's suggestions --- sql/gen_lex_hash.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sql/gen_lex_hash.cc') diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index 7126b7ee577..6df7d867a4d 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -81,9 +81,10 @@ TODO: #endif #include #include "mysql_version.h" +#include "mysql_priv.h" #include "lex.h" -static struct my_option my_long_options[] = +struct my_option my_long_options[] = { {"help", '?', "Display help and exit", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, -- cgit v1.2.1