summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.c b/file.c
index 85bb403..95cadb3 100644
--- a/file.c
+++ b/file.c
@@ -6,8 +6,9 @@
#include "defs.h"
#include "param.h"
#include "fs.h"
-#include "file.h"
#include "spinlock.h"
+#include "sleeplock.h"
+#include "file.h"
struct devsw devsw[NDEV];
struct {