shithub: flite

Download patch

ref: 4b1bf036d5081080627ea076ca271b6124a14d51
parent: 51a1a378632b453d050c9be3afcf75fd2baa198c
parent: b49bcc931c3e2e4d021f250986471f60e7d33875
author: Kevin Lenzo <66268906+lenzo-duo@users.noreply.github.com>
date: Tue Sep 15 11:32:05 EDT 2020

Merge pull request #51 from sthibaul/example

doc: fix include in example

--- a/doc/flite.texi
+++ b/doc/flite.texi
@@ -812,7 +812,7 @@
 
 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);