diff options
Diffstat (limited to 'fs.c')
-rw-r--r-- | fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,8 +16,8 @@ #include "mmu.h" #include "proc.h" #include "spinlock.h" -#include "buf.h" #include "fs.h" +#include "buf.h" #include "file.h" #define min(a, b) ((a) < (b) ? (a) : (b)) |