From ee098fc1d0c39699a5c81685c12edef1e86c1f8c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 18 Aug 2003 01:11:10 +0000 Subject: excluded malloc.h for MacOS X because of compile troubles svn path=/trunk/externals/unauthorized/; revision=883 --- countund/countund.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'countund') diff --git a/countund/countund.c b/countund/countund.c index 709ffd0..8ce5376 100644 --- a/countund/countund.c +++ b/countund/countund.c @@ -32,7 +32,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #include #include @@ -41,7 +43,7 @@ #include #include -#include "m_pd.h" /* standard pd stuff */ +#include /* standard pd stuff */ static char *countund_version = "countund~: count up to a value and then down to zero : author : ydegoyon@free.fr"; -- cgit v1.2.1