From 7b8684b7f7d3834271dd5fb3d9e7ce2ec25a1453 Mon Sep 17 00:00:00 2001 From: "jc815.lee" Date: Thu, 1 Aug 2013 17:22:58 +0900 Subject: [PATCH] Apply dlog to vcore [model] GT-I8800 [binary_type] platform [customer] OPEN [issue#] [problem] [cause] [solution] [team] [request] [horizontal_expansion] Change-Id: Ia549466ab34eabb17172ad66d460be0a2d46a46a Signed-off-by: jc815.lee --- vcore/src/CMakeLists.txt | 1 + vcore/src/vcore/pkcs12.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vcore/src/CMakeLists.txt b/vcore/src/CMakeLists.txt index 031158e..92ee339 100644 --- a/vcore/src/CMakeLists.txt +++ b/vcore/src/CMakeLists.txt @@ -76,6 +76,7 @@ ADD_DEFINITIONS(${VCORE_DEPS_CFLAGS}) ADD_DEFINITIONS(${VCORE_DEPS_CFLAGS_OTHER}) ADD_DEFINITIONS("-DSEPARATED_SINGLETON_IMPLEMENTATION") ADD_DEFINITIONS("-DDPL_LOGS_ENABLED") +ADD_DEFINITIONS("-DCERT_SVC_LOG") INCLUDE_DIRECTORIES(${VCORE_INCLUDES}) diff --git a/vcore/src/vcore/pkcs12.c b/vcore/src/vcore/pkcs12.c index 15823c9..3a17bca 100755 --- a/vcore/src/vcore/pkcs12.c +++ b/vcore/src/vcore/pkcs12.c @@ -37,7 +37,7 @@ #include #include #include -#include +#include #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) -- 2.7.4