diff options
Diffstat (limited to 'pipe.c')
-rw-r--r-- | pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include "types.h" +#include "riscv.h" #include "defs.h" #include "param.h" -#include "mmu.h" #include "proc.h" #include "fs.h" #include "spinlock.h" |