aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 05:00:21 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 05:00:21 +0000
commit61f20f8802ab20111c330f66fe3d596ca665cf38 (patch)
treeb434d9f27eb2332029d91c0d4fda8cfe56b515c8
parent63305a132cf1a72e8d53d283471f0258d0f52bc7 (diff)
added proper include to get rid of warnings
svn path=/trunk/externals/beatpipe/; revision=4428
-rw-r--r--beatpipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/beatpipe.c b/beatpipe.c
index 05970cd..bae5417 100644
--- a/beatpipe.c
+++ b/beatpipe.c
@@ -25,6 +25,7 @@
#include "m_pd.h"
#include <stdio.h>
+#include <math.h>
static t_class *beatpipe_class;