summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-10 11:09:53 -0700
committerElliott Hughes <enh@google.com>2015-07-10 11:09:53 -0700
commitefad69b76218d82cff1176ab3f35913e85bfccfd (patch)
tree5e97804950f0a9895f58669f36e119280d4a6345
parent3d5423d8cedd041bc6f53e801bc777cee567f58c (diff)
downloadsvox-efad69b76218d82cff1176ab3f35913e85bfccfd.tar.gz
external/svox: libexpat now exports its headers.
Change-Id: Id5b4e94bf7a03d3ef80e06cf2bf10700fa1d7319
-rwxr-xr-xpico/tts/svox_ssml_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/tts/svox_ssml_parser.h b/pico/tts/svox_ssml_parser.h
index 55708f0..473fed9 100755
--- a/pico/tts/svox_ssml_parser.h
+++ b/pico/tts/svox_ssml_parser.h
@@ -17,7 +17,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <libexpat/expat.h>
+#include <expat.h>
#ifndef _SVOX_SSML_PARSER_H_
#define _SVOX_SSML_PARSER_H_