diff options
author | unknown <serg@serg.mylan> | 2006-04-13 09:57:51 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2006-04-13 09:57:51 +0200 |
commit | 328778a1f15c77eb6b5d64747285b1368fa3119a (patch) | |
tree | 1733d049514208bcc653c2c7d2d7400d0029989c /sql | |
parent | 1f0612d8696b061818ca14b6007dbf33300491fc (diff) | |
download | mariadb-git-328778a1f15c77eb6b5d64747285b1368fa3119a.tar.gz |
fix for distcheck
configure.in:
fix the test for distcheck
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index e1a519060aa..5a76066af8c 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -80,7 +80,7 @@ inline int lex_casecmp(const char *s, const char *t, uint len) return (int) len+1; } -#include "lex_hash.h" +#include <lex_hash.h> void lex_init(void) |