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