diff options
Diffstat (limited to 'libc/string/arm/strlen.S')
-rw-r--r-- | libc/string/arm/strlen.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/arm/strlen.S b/libc/string/arm/strlen.S index cfe041ab4..0e7737e23 100644 --- a/libc/string/arm/strlen.S +++ b/libc/string/arm/strlen.S @@ -20,6 +20,7 @@ #include <endian.h> #include <sys/syscall.h> #include <bits/arm_asm.h> +#include <bits/arm_bx.h> /* size_t strlen(const char *S) * entry: r0 -> string |