From 0c8db0a563857239cfe2b38df1590c571db5a1f1 Mon Sep 17 00:00:00 2001 From: Greg Hackmann Date: Thu, 16 Apr 2015 10:55:40 -0700 Subject: Add missing includes A couple of files use ffs() without explicitly including strings.h. Some systems will pull in ffs()'s declaration through another header anyway, but not when compiling against bionic in AOSP master. Signed-off-by: Greg Hackmann Reviewed-by: Emil Velikov --- tests/modetest/modetest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 53dfe05b..63d2059c 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -50,6 +50,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3