summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
shuffle and tweak for formatting.
pdf has very good page breaks now. would be a good copy for fall 2009.
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 12b1561..e10b824 100644
--- a/file.c
+++ b/file.c
@@ -1,9 +1,9 @@
#include "types.h"
#include "defs.h"
#include "param.h"
+#include "fs.h"
#include "file.h"
#include "spinlock.h"
-#include "dev.h"
struct devsw devsw[NDEV];
struct {