fix build error after removing upcall dlog 89/316089/1
authordyamy-lee <dyamy.lee@samsung.com>
Tue, 10 Dec 2024 05:20:03 +0000 (14:20 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Tue, 10 Dec 2024 05:20:06 +0000 (14:20 +0900)
Because dlog package removed dependency on capi-base-common, it causes build failure.
get_error_message() is defined in tizen_error.h of capi-base-common.
So, this patch adds tizen_error.h where it needs.

Change-Id: I188ee584d082c9da7f768f929c8af1265a580a1a

common/tts_config_mgr.c
common/tts_config_parser.c
include/tts.h
include/ttse.h

index a82e30e00da99b7693b8564fe5893b2508723b43..c2b79f178e368c24dea97b2af6f339f45338ab90 100644 (file)
@@ -21,6 +21,7 @@
 #include <sys/inotify.h>
 #include <vconf.h>
 #include <buxton2.h>
+#include <tizen_error.h>
 
 #include "tts_config_mgr.h"
 #include "tts_config_parser.h"
index 95f47f00c39664f6f1193f2d08a8c6f3fc6a857e..2bbfcb99af2f6924acee03f6819b878117395cf4 100644 (file)
@@ -17,6 +17,7 @@
 #include <unistd.h>
 #include <vconf.h>
 #include <errno.h>
+#include <tizen_error.h>
 
 #include "tts_config_parser.h"
 #include "tts_defs.h"
index 5b48c65ff68b19509b983d365e562f39f420b29e..a149a021fc3bab928e6f86dbb53b6351dc8d7aa6 100644 (file)
@@ -20,6 +20,7 @@
 
 
 #include <tizen.h>
+#include <tizen_error.h>
 
 
 /**
index 206e93bcb9523257aae2a1559dcc28604630a335..fd3f66ee4e782d11f46e657e42bb8473447a02a9 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 #include <tizen.h>
+#include <tizen_error.h>
 
 
 /**