diff --git a/[refs] b/[refs] index 38bfd76e780b..7bed39a39938 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: da654b74bda14c45a7d98c731bf3c1a43b6b74e2 +refs/heads/master: e8d3f455de4f42d4bab2f6f1aeb2cf3bd18eb508 diff --git a/trunk/include/asm-x86/traps.h b/trunk/include/asm-x86/traps.h index 4b1e90409251..7a692baa51ae 100644 --- a/trunk/include/asm-x86/traps.h +++ b/trunk/include/asm-x86/traps.h @@ -1,6 +1,8 @@ #ifndef ASM_X86__TRAPS_H #define ASM_X86__TRAPS_H +#include + /* Common in X86_32 and X86_64 */ asmlinkage void divide_error(void); asmlinkage void debug(void);