From: Yunhee Seo Date: Tue, 9 Apr 2024 06:59:17 +0000 (+0900) Subject: upgrade-apply-deltafs: Change hal-device-board module inclusion path X-Git-Tag: accepted/tizen/unified/20240502.044634~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22673b882aeb15496e9e86bd98fc1951a165a0ba;p=platform%2Fcore%2Fsystem%2Fupgrade.git upgrade-apply-deltafs: Change hal-device-board module inclusion path As HAL ABI versioning is applied to hal-api-device-board module, inclusion path and file path is changed. Change-Id: Ib584d14bd9c821eb348580dfa20cd27b5299e7e5 Signed-off-by: Yunhee Seo --- diff --git a/src/upgrade-apply-deltafs/ua.c b/src/upgrade-apply-deltafs/ua.c index 81b7ae5..aa7f0ef 100644 --- a/src/upgrade-apply-deltafs/ua.c +++ b/src/upgrade-apply-deltafs/ua.c @@ -34,7 +34,7 @@ #include #ifndef HOST_BUILD -#include +#include #endif #include "ua.h"