diff options
author | Kenny Root <kroot@google.com> | 2011-02-17 07:50:36 -0800 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2011-02-17 07:50:36 -0800 |
commit | 0233509c16046766bea9af6c7053cc6ceecef7a2 (patch) | |
tree | bb6af8b3dfb3c21923a6836b1bb1328be0a6fc7c /libc/arch-arm | |
parent | 3a3c1853aca502ec109e5e97423e9f721035915c (diff) | |
download | bionic-0233509c16046766bea9af6c7053cc6ceecef7a2.zip bionic-0233509c16046766bea9af6c7053cc6ceecef7a2.tar.gz bionic-0233509c16046766bea9af6c7053cc6ceecef7a2.tar.bz2 |
Amend previous commit with needed include
Change-Id: Idae8daaf095d90513820e05f423144ffed4ba913
Diffstat (limited to 'libc/arch-arm')
-rw-r--r-- | libc/arch-arm/bionic/ffs.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-arm/bionic/ffs.S b/libc/arch-arm/bionic/ffs.S index 13bd169..a3a1ea1 100644 --- a/libc/arch-arm/bionic/ffs.S +++ b/libc/arch-arm/bionic/ffs.S @@ -29,6 +29,7 @@ */ #include <machine/asm.h> +#include <machine/cpu-features.h> /* * ffs - find first set bit, this algorithm isolates the first set |