From 4a83a80c044c9613bd50a63dd9ac5a97e2c028b5 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 15 Aug 2006 15:11:52 +0000 Subject: creb 0.9.2 import svn path=/trunk/externals/creb/; revision=5607 --- modules/dist~.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/dist~.c') diff --git a/modules/dist~.c b/modules/dist~.c index 34b9a63..1206b17 100644 --- a/modules/dist~.c +++ b/modules/dist~.c @@ -17,8 +17,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include -#include +#include "extlib_util.h" + #define CLIP 0 #define INVERSE 1 @@ -237,7 +237,8 @@ static t_int *dist_perform(t_int *w) static void dist_dsp(t_dist *x, t_signal **sp) { - dsp_add(dist_perform, 4, &x->x_ctl, sp[0]->s_n, sp[0]->s_vec, sp[1]->s_vec); + dsp_add(dist_perform, 4, &x->x_ctl, sp[0]->s_n, + sp[0]->s_vec, sp[1]->s_vec); } void dist_free(void) -- cgit v1.2.1