diff options
Diffstat (limited to 'strings/my_strchr.c')
-rw-r--r-- | strings/my_strchr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/strings/my_strchr.c b/strings/my_strchr.c index 6724bf39ff2..8c471b1ab3a 100644 --- a/strings/my_strchr.c +++ b/strings/my_strchr.c @@ -21,9 +21,8 @@ frequently. */ -#include <my_global.h> -#include "m_string.h" -#include "m_ctype.h" +#include "strings_def.h" +#include <m_ctype.h> char *my_strchr(CHARSET_INFO *cs, const char *str, const char *end, |