From 07b40f03487b3be2905766e4755992c58a1e0b58 Mon Sep 17 00:00:00 2001 From: wchang kim Date: Wed, 5 Jun 2024 18:34:02 +0900 Subject: [PATCH] Fixed the build error for gcc-14 Change-Id: I52bb98e99e3208d6be9a271811815f92b5c3b777 --- src/common/home_mgr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/home_mgr.c b/src/common/home_mgr.c index aa86d44..8a08097 100755 --- a/src/common/home_mgr.c +++ b/src/common/home_mgr.c @@ -32,6 +32,7 @@ #include "status.h" #include "process_mgr.h" #include "popup.h" +#include "common/home_mgr.h" #define VOLUME_ENABLE 1 -- 2.7.4