[TCT][tct_common][Non-ACR][Fixed dali modules build issue]
authorShobhit Verma <shobhit.v@samsung.com>
Tue, 5 Sep 2017 10:46:58 +0000 (16:16 +0530)
committerShobhit Verma <shobhit.v@samsung.com>
Tue, 5 Sep 2017 10:46:58 +0000 (16:16 +0530)
Change-Id: Ib3ea1673aa32fed1d6105085ff42e99674eabf0a
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
src/common/tct_common.c
src/common/tct_common.h

index 021f64f..69a72a9 100755 (executable)
@@ -17,6 +17,7 @@
 #include "tct_common.h"
 FILE *g_fpLog;
 FILE *g_fpLogDump;
+int g_Serr;
 
 /**
 * @function            TCTCheckSystemInfoFeatureSupported
index a5c8efc..0812a25 100755 (executable)
@@ -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");\