From 06858bf5cf5c5bbcb3b73c10f99ef72712e18d0d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 16 Aug 2003 08:42:29 +0000 Subject: added explicit include for m_pd.h to be compatible with 0.37;excluded malloc.h for MacOS X because of compile troubles svn path=/trunk/externals/unauthorized/; revision=861 --- scratcher~/scratcher~.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scratcher~') diff --git a/scratcher~/scratcher~.c b/scratcher~/scratcher~.c index 9095454..db37847 100644 --- a/scratcher~/scratcher~.c +++ b/scratcher~/scratcher~.c @@ -37,7 +37,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #include #include @@ -50,6 +52,7 @@ #endif #include +#include #include "m_imp.h" #include "g_canvas.h" #include "t_tk.h" -- cgit v1.2.1