support speech rate
authorKwangyoun Kim <ky85.kim@samsung.com>
Mon, 1 Apr 2013 02:27:41 +0000 (11:27 +0900)
committerKwangyoun Kim <ky85.kim@samsung.com>
Mon, 1 Apr 2013 02:27:41 +0000 (11:27 +0900)
Change-Id: I98c78cdc3bc4dd8a9ac2d581a7cb1bb3ef2ff4ab

server/ttsd_config_sr.c

index 818d12a..36a1972 100755 (executable)
@@ -12,7 +12,7 @@
 */
 
 #include <Ecore_File.h>
-#include <vconf-internal-voice-keys.h>
+#include <vconf-internal-keys.h>
 #include <vconf.h>
 #include <runtime_info.h>
 #include "ttsd_main.h"
@@ -316,4 +316,4 @@ int ttsd_config_save_error(int uid, int uttid, const char* lang, int vctype, con
        fclose(err_fp);
 
        return 0;
-}
\ No newline at end of file
+}