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)
commit7bc88777787b10efeb34bcadf90423ce8bf23998
tree0e17cd7aed8e959470f8ab480371d558259e00ef
parent8e22d248893f62b7df6e554d0f5dd5b187c1cea2
fix build error after removing upcall dlog

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