diff options
Diffstat (limited to 'strings/strnmov.c')
-rw-r--r-- | strings/strnmov.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strnmov.c b/strings/strnmov.c index 7e26877637b..2087980429a 100644 --- a/strings/strnmov.c +++ b/strings/strnmov.c @@ -20,8 +20,7 @@ truncated. */ -#include <my_global.h> -#include "m_string.h" +#include "strings_def.h" char *strnmov(register char *dst, register const char *src, size_t n) { |