Fix build errors - different header path 59/275659/1
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:46:27 +0000 (01:46 +0000)
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>
(cherry picked from commit 37a724517506368bc7dc9f81db64bb8de8c71c5c)

src/libcommon/common.c

index f2d1831069f28e50e823e2e390871808365bf835..8f9e9731474b6a8bf92f966cdbb3f68bd7414a2a 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"