summary refs log tree commit diff stats
path: root/include/hw/riscv/sifive_uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/riscv/sifive_uart.h')
-rw-r--r--include/hw/riscv/sifive_uart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/riscv/sifive_uart.h b/include/hw/riscv/sifive_uart.h
index c8dc1c57fd..65668825a3 100644
--- a/include/hw/riscv/sifive_uart.h
+++ b/include/hw/riscv/sifive_uart.h
@@ -20,6 +20,9 @@
 #ifndef HW_SIFIVE_UART_H
 #define HW_SIFIVE_UART_H
 
+#include "chardev/char-fe.h"
+#include "hw/sysbus.h"
+
 enum {
     SIFIVE_UART_TXFIFO        = 0,
     SIFIVE_UART_RXFIFO        = 4,