about summary refs log tree commit diff
path: root/string/strspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strspn.c')
-rw-r--r--string/strspn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strspn.c b/string/strspn.c
index a7fec70c65..c63197cdf0 100644
--- a/string/strspn.c
+++ b/string/strspn.c
@@ -17,7 +17,7 @@
 
 #include <string.h>
 #include <stdint.h>
-#include <libc-internal.h>
+#include <libc-pointer-arith.h>
 
 #undef strspn
 #ifndef STRSPN