diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/uart8250.c | 1 | ||||
-rw-r--r-- | src/lib/uart8250mem.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/uart8250.c b/src/lib/uart8250.c index aa18d2a466..c9075a227a 100644 --- a/src/lib/uart8250.c +++ b/src/lib/uart8250.c @@ -19,6 +19,7 @@ */ #include <arch/io.h> +#include <uart.h> #include <uart8250.h> #include <pc80/mc146818rtc.h> #include <trace.h> diff --git a/src/lib/uart8250mem.c b/src/lib/uart8250mem.c index 1482142da0..040e732df3 100644 --- a/src/lib/uart8250mem.c +++ b/src/lib/uart8250mem.c @@ -19,6 +19,7 @@ */ #include <arch/io.h> +#include <uart.h> #include <uart8250.h> #include <pc80/mc146818rtc.h> #if CONFIG_USE_OPTION_TABLE |