summaryrefslogtreecommitdiff
path: root/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'uart.c')
-rw-r--r--uart.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/uart.c b/uart.c
index 4cd1e0f..576e254 100644
--- a/uart.c
+++ b/uart.c
@@ -5,7 +5,8 @@
#include "param.h"
#include "traps.h"
#include "spinlock.h"
-#include "dev.h"
+#include "fs.h"
+#include "file.h"
#include "mmu.h"
#include "proc.h"
#include "x86.h"