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