From 741a0c59032faeddac80a6237f3d7846231a3740 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Thu, 9 Jan 2014 23:00:55 +0900 Subject: [PATCH] tools include: Include from asm/bug.h Since it uses unlikely() macro inside WARN() Signed-off-by: Namhyung Kim Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Steven Rostedt Link: http://lkml.kernel.org/r/1389276059-8829-5-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/include/asm/bug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/include/asm/bug.h b/tools/include/asm/bug.h index eca78df7b8f2..9e5f4846967f 100644 --- a/tools/include/asm/bug.h +++ b/tools/include/asm/bug.h @@ -1,6 +1,8 @@ #ifndef _TOOLS_ASM_BUG_H #define _TOOLS_ASM_BUG_H +#include + #define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0) #define WARN(condition, format...) ({ \ -- 2.20.1