diff options
Diffstat (limited to 'strings/strnlen.c')
-rw-r--r-- | strings/strnlen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strnlen.c b/strings/strnlen.c index 826cd5ae5dd..891087a6ebe 100644 --- a/strings/strnlen.c +++ b/strings/strnlen.c @@ -20,8 +20,7 @@ strnlen(s, len) returns the length of s or len if s is longer than len. */ -#include <my_global.h> -#include "m_string.h" +#include "strings_def.h" #ifndef HAVE_STRNLEN |