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 2864432..3b2f6b8 100644
--- a/pipe.c
+++ b/pipe.c
@@ -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