Fix build errors - different header path 58/275658/1 accepted/tizen/unified/20220530.140622 submit/tizen/20220528.014654
authorHyotaek Shim <hyotaek.shim@samsung.com>
Sat, 28 May 2022 01:43:38 +0000 (10:43 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Sat, 28 May 2022 01:45:40 +0000 (10:45 +0900)
Public) /include/system/system_info.h
VD TV)  /include/capi-system-info/system_info.h

Change-Id: Ibae5b76527051ecda6b7e24d546846886e8cb213
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/libcommon/common.c

index f2d1831..8f9e973 100644 (file)
@@ -18,7 +18,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <system/system_info.h>
+#include <system_info.h>
 #include "shared/log.h"
 #include "common.h"