From: Ralf Baechle Date: Fri, 19 Jun 2009 12:51:28 +0000 (+0100) Subject: MIPS: bug.h Build fix - include . X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0ca5921e791fb2011d4d6de787f6485b3900703d;p=linux.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 08ea46863fe5c..6cf29c26e8737 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