diff options
Diffstat (limited to 'mysys/file_logger.c')
-rw-r--r-- | mysys/file_logger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/file_logger.c b/mysys/file_logger.c index 4c07b8c7854..da8b5c8d531 100644 --- a/mysys/file_logger.c +++ b/mysys/file_logger.c @@ -16,6 +16,7 @@ #include "my_global.h" #include <my_sys.h> +#include <m_string.h> #include <mysql/service_logger.h> #include <my_pthread.h> |