commit | 0233509c16046766bea9af6c7053cc6ceecef7a2 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Thu Feb 17 07:50:36 2011 -0800 |
committer | Kenny Root <kroot@google.com> | Thu Feb 17 07:50:36 2011 -0800 |
tree | bb6af8b3dfb3c21923a6836b1bb1328be0a6fc7c | |
parent | 3a3c1853aca502ec109e5e97423e9f721035915c [diff] [blame] |
Amend previous commit with needed include Change-Id: Idae8daaf095d90513820e05f423144ffed4ba913
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