From 0233509c16046766bea9af6c7053cc6ceecef7a2 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 17 Feb 2011 07:50:36 -0800 Subject: [PATCH] Amend previous commit with needed include Change-Id: Idae8daaf095d90513820e05f423144ffed4ba913 --- libc/arch-arm/bionic/ffs.S | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/arch-arm/bionic/ffs.S b/libc/arch-arm/bionic/ffs.S index 13bd169e5..a3a1ea1bd 100644 --- a/libc/arch-arm/bionic/ffs.S +++ b/libc/arch-arm/bionic/ffs.S @@ -29,6 +29,7 @@ */ #include +#include /* * ffs - find first set bit, this algorithm isolates the first set