diff options
-rw-r--r-- | pico/tts/com_svox_picottsengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/tts/com_svox_picottsengine.cpp b/pico/tts/com_svox_picottsengine.cpp index fd40cee..885429f 100644 --- a/pico/tts/com_svox_picottsengine.cpp +++ b/pico/tts/com_svox_picottsengine.cpp @@ -43,7 +43,7 @@ #include <TtsEngine.h> #include <cutils/jstring.h> -#include <hardware/audio.h> +#include <system/audio.h> #include <picoapi.h> #include <picodefs.h> |