summaryrefslogtreecommitdiff
path: root/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'fd.c')
-rw-r--r--fd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fd.c b/fd.c
index 25a51fb..e61cab2 100644
--- a/fd.c
+++ b/fd.c
@@ -8,6 +8,8 @@
#include "fd.h"
#include "spinlock.h"
#include "dev.h"
+#include "fs.h"
+#include "fsvar.h"
struct spinlock fd_table_lock;
struct devsw devsw[NDEV];