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