It defines the prototype of ffs() that fixes the building errors of an Android 6.0 64-bit target. Signed-off-by: Chih-Wei Huang <cwhuang@xxxxxxxxxxxx> --- src/shared/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/util.c b/src/shared/util.c index 7878552..e19b264 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -34,6 +34,7 @@ #include <dirent.h> #include <limits.h> #include <string.h> +#include <strings.h> #include "src/shared/util.h" -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html