From d1402377b850f57b2a13ee64383abb519952fd8e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 18 Aug 2003 01:09:48 +0000 Subject: excluded malloc.h for MacOS X because of compile troubles; added explicit include for m_pd.h to be compatible with 0.37 svn path=/trunk/externals/unauthorized/; revision=882 --- sonogram~/sonogram~-joge.c | 3 +++ sonogram~/sonogram~-yves.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'sonogram~') diff --git a/sonogram~/sonogram~-joge.c b/sonogram~/sonogram~-joge.c index 6fc2153..fc70b73 100644 --- a/sonogram~/sonogram~-joge.c +++ b/sonogram~/sonogram~-joge.c @@ -37,7 +37,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #ifdef UNIX #include @@ -50,6 +52,7 @@ #endif #include +#include #include "m_imp.h" #include "g_canvas.h" #include "t_tk.h" diff --git a/sonogram~/sonogram~-yves.c b/sonogram~/sonogram~-yves.c index 0d2a721..4459d9e 100644 --- a/sonogram~/sonogram~-yves.c +++ b/sonogram~/sonogram~-yves.c @@ -37,7 +37,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #include #ifdef UNIX @@ -48,6 +50,7 @@ #endif #include +#include #include "m_imp.h" #include "g_canvas.h" #include "t_tk.h" -- cgit v1.2.1