diff options
Diffstat (limited to 'trap.c')
-rw-r--r-- | trap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include "types.h" #include "defs.h" #include "param.h" +#include "memlayout.h" #include "mmu.h" #include "proc.h" #include "x86.h" |