diff options
Diffstat (limited to 'arch/x86/um/bugs_32.c')
-rw-r--r-- | arch/x86/um/bugs_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/bugs_32.c b/arch/x86/um/bugs_32.c index 33daff4dad..d29929efcc 100644 --- a/arch/x86/um/bugs_32.c +++ b/arch/x86/um/bugs_32.c @@ -3,6 +3,7 @@ * Licensed under the GPL */ +#include <arch.h> #include <signal.h> #include <kern_util.h> #include <longjmp.h> |