summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-15/arch-x86/usr/include/android/tts.h
diff options
context:
space:
mode:
Diffstat (limited to '9/platforms/android-15/arch-x86/usr/include/android/tts.h')
-rw-r--r--9/platforms/android-15/arch-x86/usr/include/android/tts.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/9/platforms/android-15/arch-x86/usr/include/android/tts.h b/9/platforms/android-15/arch-x86/usr/include/android/tts.h
index fb15108..946498e 100644
--- a/9/platforms/android-15/arch-x86/usr/include/android/tts.h
+++ b/9/platforms/android-15/arch-x86/usr/include/android/tts.h
@@ -28,6 +28,8 @@
extern "C" {
#endif
+#include <stdint.h>
+
#define ANDROID_TTS_ENGINE_PROPERTY_CONFIG "engineConfig"
#define ANDROID_TTS_ENGINE_PROPERTY_PITCH "pitch"
#define ANDROID_TTS_ENGINE_PROPERTY_RATE "rate"
@@ -90,7 +92,7 @@ extern android_tts_engine_t *android_getTtsEngine();
/* Including the old version for legacy support (Froyo compatibility).
* This should return the same thing as android_getTtsEngine.
*/
-extern "C" android_tts_engine_t *getTtsEngine();
+android_tts_engine_t *getTtsEngine();
// A callback type used to notify the framework of new synthetized
// audio samples, status will be SYNTH_DONE for the last sample of