From: Shobhit Verma Date: Tue, 5 Sep 2017 10:46:58 +0000 (+0530) Subject: [TCT][tct_common][Non-ACR][Fixed dali modules build issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8a983dd8c85083775a21a787666773747bc16b5;p=test%2Ftct%2Fnative%2Fapi.git [TCT][tct_common][Non-ACR][Fixed dali modules build issue] Change-Id: Ib3ea1673aa32fed1d6105085ff42e99674eabf0a Signed-off-by: Shobhit Verma --- diff --git a/src/common/tct_common.c b/src/common/tct_common.c index 021f64f..69a72a9 100755 --- a/src/common/tct_common.c +++ b/src/common/tct_common.c @@ -17,6 +17,7 @@ #include "tct_common.h" FILE *g_fpLog; FILE *g_fpLogDump; +int g_Serr; /** * @function TCTCheckSystemInfoFeatureSupported diff --git a/src/common/tct_common.h b/src/common/tct_common.h index a5c8efc..0812a25 100755 --- a/src/common/tct_common.h +++ b/src/common/tct_common.h @@ -34,8 +34,8 @@ #define TC_RESULT "/tmp/tcresult" extern FILE *g_fpLog; -extern FILE *g_fpLogDump; -int g_Serr; +extern FILE *g_fpLogDump; +extern int g_Serr; #define FPRINTF(...) {\ g_fpLog = fopen(ERR_LOG, "a");\