diff options
Diffstat (limited to 'strings/strmov.c')
-rw-r--r-- | strings/strmov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strmov.c b/strings/strmov.c index 8f5beb41f41..5502c40b7ec 100644 --- a/strings/strmov.c +++ b/strings/strmov.c @@ -23,7 +23,7 @@ into dst, which seems useful. */ -#include <global.h> +#include <my_global.h> #include "m_string.h" #ifdef BAD_STRING_COMPILER |