diff options
Diffstat (limited to 'strings/is_prefix.c')
-rw-r--r-- | strings/is_prefix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/is_prefix.c b/strings/is_prefix.c index 451cd468b7e..f116e6bf1bf 100644 --- a/strings/is_prefix.c +++ b/strings/is_prefix.c @@ -21,8 +21,7 @@ A empty t is allways a prefix. */ -#include <my_global.h> -#include "m_string.h" +#include "strings_def.h" int is_prefix(register const char *s, register const char *t) { |