diff options
Diffstat (limited to 'kernel/pipe.c')
-rw-r--r-- | kernel/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pipe.c b/kernel/pipe.c index 31bf0cc..eca5959 100644 --- a/kernel/pipe.c +++ b/kernel/pipe.c @@ -2,9 +2,9 @@ #include "riscv.h" #include "defs.h" #include "param.h" +#include "spinlock.h" #include "proc.h" #include "fs.h" -#include "spinlock.h" #include "sleeplock.h" #include "file.h" |