Commit 6aa144f8 authored by Olivier Bertrand's avatar Olivier Bertrand

Fix gcc compile error on strlwr.

  modified:   storage/connect/tabext.cpp
parent 41b4ef43
......@@ -7,13 +7,16 @@
/***********************************************************************/
/***********************************************************************/
/* Include relevant MariaDB header file. */
/* Include relevant MariaDB header file. */
/***********************************************************************/
#define MYSQL_SERVER 1
#include "my_global.h"
#include "sql_class.h"
#include "sql_servers.h"
#include "sql_string.h"
#if !defined(__WIN__)
#include "osutil.h"
#endif
/***********************************************************************/
/* Include required application header files */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment