aboutsummaryrefslogtreecommitdiff
path: root/flite/flite.c
diff options
context:
space:
mode:
Diffstat (limited to 'flite/flite.c')
-rw-r--r--flite/flite.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/flite/flite.c b/flite/flite.c
index a3bb662..3fbefc1 100644
--- a/flite/flite.c
+++ b/flite/flite.c
@@ -10,6 +10,7 @@
#include <m_pd.h>
+#include "mooPdUtils.h"
/* black magic */
#ifdef NT
@@ -23,7 +24,7 @@
#include <math.h>
#include <flite/flite.h>
-#include "flite/cst_wave.h"
+#include <flite/cst_wave.h>
/*--------------------------------------------------------------------
* DEBUG
@@ -133,7 +134,7 @@ void flite_synth(t_flite *x) {
/*--------------------------------------------------------------------
* flite_text : set text-buffer
*--------------------------------------------------------------------*/
-void flite_text(t_flite *x, t_symbol *s, int argc, t_atom *argv) {
+void flite_text(t_flite *x, MOO_UNUSED t_symbol *s, int argc, t_atom *argv) {
int i, alen, buffered;
t_symbol *asym;