From 5da5fc6182c7a1d256f93b318e21885eb9bdfb90 Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Fri, 6 Apr 2018 15:52:14 -0700 Subject: [PATCH] Add missing include to drivers/tty/goldfish.c Change-Id: I4a71a1cad108c8b3bb3875e8483ac2ac7357268c Signed-off-by: Roman Kiryanov --- drivers/tty/goldfish.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/goldfish.c b/drivers/tty/goldfish.c index 01af1ae9f27c..6da7e3bd5d6d 100644 --- a/drivers/tty/goldfish.c +++ b/drivers/tty/goldfish.c @@ -26,6 +26,7 @@ #include #include #include +#include /* Goldfish tty register's offsets */ #define GOLDFISH_TTY_REG_BYTES_READY 0x04