diff options
Diffstat (limited to 'storage/sphinx/ha_sphinx.cc')
-rw-r--r-- | storage/sphinx/ha_sphinx.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/sphinx/ha_sphinx.cc b/storage/sphinx/ha_sphinx.cc index be57c04806b..db61e91d320 100644 --- a/storage/sphinx/ha_sphinx.cc +++ b/storage/sphinx/ha_sphinx.cc @@ -22,6 +22,7 @@ #define _CRT_NONSTDC_NO_DEPRECATE 1 #endif +#include <my_global.h> #include <mysql_version.h> #if MYSQL_VERSION_ID>=50515 |