diff options
Diffstat (limited to 'kalloc.c')
-rw-r--r-- | kalloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ #include "param.h" #include "types.h" #include "defs.h" +#include "param.h" +#include "mmu.h" +#include "proc.h" #include "spinlock.h" struct spinlock kalloc_lock; |