From 374a343f05f47ebcaaa5ef63a8658fa9e7c4e272 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Sun, 27 Dec 2009 03:09:57 +0000 Subject: include math.h for log() svn path=/trunk/externals/mrpeach/; revision=12845 --- rojo~/rojo~.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rojo~/rojo~.c b/rojo~/rojo~.c index a014b7a..13c2f6b 100644 --- a/rojo~/rojo~.c +++ b/rojo~/rojo~.c @@ -23,6 +23,7 @@ */ #include "m_pd.h" +#include void *rojo_class; -- cgit v1.2.1