diff options
Diffstat (limited to 'pipe.c')
-rw-r--r-- | pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,8 +4,9 @@ #include "mmu.h" #include "proc.h" #include "fs.h" -#include "file.h" #include "spinlock.h" +#include "sleeplock.h" +#include "file.h" #define PIPESIZE 512 |