diff options
Diffstat (limited to 'kern/task.h')
-rw-r--r-- | kern/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/task.h b/kern/task.h index 8c905c2..dce3a76 100644 --- a/kern/task.h +++ b/kern/task.h @@ -45,7 +45,7 @@ #include <kern/pc_sample.h> #include <kern/processor.h> #include <kern/syscall_emulation.h> -#include <vm/vm_map.h> +#include <vm/vm_types.h> struct task { /* Synchronization/destruction information */ |