From: Arnaldo Carvalho de Melo Date: Mon, 17 Apr 2017 19:22:30 +0000 (-0300) Subject: tools include: Include missing headers for fls() and types in linux/log2.h X-Git-Tag: v4.12-rc1~152^2^2~22^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a12a4e023a55f058178afea1ada3ce7bf4db94c3;p=karo-tx-linux.git tools include: Include missing headers for fls() and types in linux/log2.h Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-7wj865zidu5ylf87i6i7v6z7@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/include/linux/log2.h b/tools/include/linux/log2.h index d5677d39c1e4..0325cefc2220 100644 --- a/tools/include/linux/log2.h +++ b/tools/include/linux/log2.h @@ -12,6 +12,9 @@ #ifndef _TOOLS_LINUX_LOG2_H #define _TOOLS_LINUX_LOG2_H +#include +#include + /* * non-constant log of base 2 calculators * - the arch may override these in asm/bitops.h if they can be implemented