From fee2b25912a1797079dbbfeba4f24a36877f366e Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Wed, 13 Jan 2010 12:09:47 +0100 Subject: fix the problem of including path. --- libdde_linux26/include/ARCH-x86/asm-x86/bug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdde_linux26/include/ARCH-x86') diff --git a/libdde_linux26/include/ARCH-x86/asm-x86/bug.h b/libdde_linux26/include/ARCH-x86/asm-x86/bug.h index 39085592..108089b9 100644 --- a/libdde_linux26/include/ARCH-x86/asm-x86/bug.h +++ b/libdde_linux26/include/ARCH-x86/asm-x86/bug.h @@ -4,7 +4,7 @@ #ifdef CONFIG_BUG #define HAVE_ARCH_BUG #ifdef DDE_LINUX -#include +#include #define BUG() ddekit_panic("\033[31mBUG():\033[0m %s:%d", __FILE__, __LINE__); #define __WARN() ddekit_printf("\033[33mWARN():\033[0m%s:%d", __FILE__, __LINE__); -- cgit v1.2.3