diff options
Diffstat (limited to 'arch/um/os-Linux')
| -rw-r--r-- | arch/um/os-Linux/main.c | 1 | ||||
| -rw-r--r-- | arch/um/os-Linux/skas/trap.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/os-Linux/main.c b/arch/um/os-Linux/main.c index 2c089c2c63bf..25261d6c7bf2 100644 --- a/arch/um/os-Linux/main.c +++ b/arch/um/os-Linux/main.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | #include <asm/page.h> | 15 | #include <asm/page.h> |
| 16 | #include "user_util.h" | 16 | #include "user_util.h" |
| 17 | #include "kern_util.h" | 17 | #include "kern_util.h" |
| 18 | #include "as-layout.h" | ||
| 18 | #include "mem_user.h" | 19 | #include "mem_user.h" |
| 19 | #include "irq_user.h" | 20 | #include "irq_user.h" |
| 20 | #include "user.h" | 21 | #include "user.h" |
diff --git a/arch/um/os-Linux/skas/trap.c b/arch/um/os-Linux/skas/trap.c index 9ad5fbec4593..19ff04bdec90 100644 --- a/arch/um/os-Linux/skas/trap.c +++ b/arch/um/os-Linux/skas/trap.c | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | #include <errno.h> | 7 | #include <errno.h> |
| 8 | #include "user_util.h" | 8 | #include "user_util.h" |
| 9 | #include "kern_util.h" | 9 | #include "kern_util.h" |
| 10 | #include "as-layout.h" | ||
| 10 | #include "task.h" | 11 | #include "task.h" |
| 11 | #include "sigcontext.h" | 12 | #include "sigcontext.h" |
| 12 | #include "skas.h" | 13 | #include "skas.h" |
