summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-05-11 14:14:40 -0700
committerDima Zavin <dima@android.com>2011-05-11 14:14:40 -0700
commitbfbc7bf7fe84b27752a9da51caab1cc96718ee67 (patch)
tree863271c954ace4dfbd036c0777ab03e13893a0f7
parent7ed4bd69539d9408361c7c77726255902125416a (diff)
downloadexternal_svox-bfbc7bf7fe84b27752a9da51caab1cc96718ee67.zip
external_svox-bfbc7bf7fe84b27752a9da51caab1cc96718ee67.tar.gz
external_svox-bfbc7bf7fe84b27752a9da51caab1cc96718ee67.tar.bz2
update for new audio.h header location
Change-Id: I3bf2e6b3a0434f525dc1994f080f027482142ffd Signed-off-by: Dima Zavin <dima@android.com>
-rw-r--r--pico/tts/com_svox_picottsengine.cpp2
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>