From: Ralf Baechle Date: Fri, 19 Jun 2009 12:51:28 +0000 (+0100) Subject: MIPS: bug.h Build fix - include . X-Git-Tag: v2.6.31-rc1~7^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ca5921e791fb2011d4d6de787f6485b3900703d;p=profile%2Fivi%2Fkernel-x86-ivi.git MIPS: bug.h Build fix - include . In the past this file somehow used to be dragged in. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/bug.h b/arch/mips/include/asm/bug.h index 08ea468..6cf29c2 100644 --- a/arch/mips/include/asm/bug.h +++ b/arch/mips/include/asm/bug.h @@ -1,6 +1,7 @@ #ifndef __ASM_BUG_H #define __ASM_BUG_H +#include #include #ifdef CONFIG_BUG