diff options
Diffstat (limited to 'string/strcspn.c')
-rw-r--r-- | string/strcspn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strcspn.c b/string/strcspn.c index 06299e2098..1035552a8e 100644 --- a/string/strcspn.c +++ b/string/strcspn.c @@ -17,7 +17,7 @@ #include <string.h> #include <stdint.h> -#include <libc-internal.h> +#include <libc-pointer-arith.h> #undef strcspn |