File: example_fix

package info (click to toggle)
flite 2.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 83,796 kB
  • sloc: ansic: 693,645; sh: 5,000; lisp: 3,057; cpp: 994; makefile: 893; xml: 52; perl: 33
file content (17 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Forwarded: https://github.com/festvox/flite/pull/51

---
 doc/flite.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/doc/flite.texi
+++ b/doc/flite.texi
@@ -816,7 +816,7 @@ distribution, the example diphone voice
 
 Here is a simple C program that uses the flite library
 @example
-#include "flite.h"
+#include <flite/flite.h>
 
 cst_voice * register_cmu_us_kal(const char *voxdir);