diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/crtn.S')
-rw-r--r-- | libc/sysdeps/linux/arm/crtn.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/crtn.S b/libc/sysdeps/linux/arm/crtn.S index 7a1ca1ab1..de01b38dc 100644 --- a/libc/sysdeps/linux/arm/crtn.S +++ b/libc/sysdeps/linux/arm/crtn.S @@ -1,5 +1,6 @@ .file "initfini.c" +#include <bits/arm_asm.h> .section .init .global _init .type _init, %function |