From 42f2f92059dca568e896aee93126b8bef2a332a1 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 30 Oct 2015 11:49:42 +0800 Subject: [PATCH] intel: add the missing include It defines the prototype of ffs that fixes the building error on Android 6.0 64-bit image. Signed-off-by: Chih-Wei Huang Reviewed-by: Emil Velikov --- intel/intel_bufmgr_fake.c | 1 + 1 file changed, 1 insertion(+) diff --git a/intel/intel_bufmgr_fake.c b/intel/intel_bufmgr_fake.c index 551e05de..7f4c7b9f 100644 --- a/intel/intel_bufmgr_fake.c +++ b/intel/intel_bufmgr_fake.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include "intel_bufmgr.h"