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