From acfb30dc06046e99424945fb96e7beaf3e68aac3 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Sun, 26 Dec 2021 05:12:58 +0900 Subject: [PATCH] sharp: fix lack of include --- board/sharp/common/lcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/sharp/common/lcd.c b/board/sharp/common/lcd.c index cc423d2b61..cf1ab66af5 100644 --- a/board/sharp/common/lcd.c +++ b/board/sharp/common/lcd.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include