From 3a9548f4b18f115ff93fbd8122f8bd489a3dc091 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Sat, 28 May 2022 10:43:38 +0900 Subject: [PATCH] Fix build errors - different header path Public) /include/system/system_info.h VD TV) /include/capi-system-info/system_info.h Change-Id: Ibae5b76527051ecda6b7e24d546846886e8cb213 Signed-off-by: Hyotaek Shim (cherry picked from commit 37a724517506368bc7dc9f81db64bb8de8c71c5c) --- src/libcommon/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcommon/common.c b/src/libcommon/common.c index f2d1831..8f9e973 100644 --- a/src/libcommon/common.c +++ b/src/libcommon/common.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include "shared/log.h" #include "common.h" -- 2.34.1