diff options
Diffstat (limited to 'sysfile.c')
-rw-r--r-- | sysfile.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ #include "mmu.h" #include "proc.h" #include "fs.h" +#include "spinlock.h" +#include "sleeplock.h" #include "file.h" #include "fcntl.h" |