diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mysqlmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c index 3572dde67d3..29ff1d50d6c 100644 --- a/tools/mysqlmanager.c +++ b/tools/mysqlmanager.c @@ -20,7 +20,7 @@ * Sasha Pachev <sasha@mysql.com> **/ -#include <global.h> +#include <my_global.h> #include <my_sys.h> #include <m_string.h> #include <mysql.h> |