summaryrefslogtreecommitdiff
path: root/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'pipe.c')
-rw-r--r--pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe.c b/pipe.c
index e9abe7f..1274a3a 100644
--- a/pipe.c
+++ b/pipe.c
@@ -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"