diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 12:09:47 +0100 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 12:09:47 +0100 |
| commit | fee2b25912a1797079dbbfeba4f24a36877f366e (patch) | |
| tree | 4e045cafb5e896efa6c285442287c3dced88e635 /libdde_linux26/include/ARCH-x86 | |
| parent | 76abb76f59341a7ef75566e3f9cb59dea3648b4a (diff) | |
fix the problem of including path.
Diffstat (limited to 'libdde_linux26/include/ARCH-x86')
| -rw-r--r-- | libdde_linux26/include/ARCH-x86/asm-x86/bug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <l4/dde/ddekit/panic.h> +#include <ddekit/panic.h> #define BUG() ddekit_panic("\033[31mBUG():\033[0m %s:%d", __FILE__, __LINE__); #define __WARN() ddekit_printf("\033[33mWARN():\033[0m%s:%d", __FILE__, __LINE__); |
