diff options
Diffstat (limited to 'stdlib/tst-strtol.c')
-rw-r--r-- | stdlib/tst-strtol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strtol.c b/stdlib/tst-strtol.c index 62acafbfe3..483e713739 100644 --- a/stdlib/tst-strtol.c +++ b/stdlib/tst-strtol.c @@ -5,7 +5,7 @@ #include <stdio.h> #include <errno.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <limits.h> struct ltest |