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

Fix gcc compile error on strlwr.

  modified:   storage/connect/tabext.cpp
parent 41b4ef43
......@@ -14,6 +14,9 @@
#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