From ee098fc1d0c39699a5c81685c12edef1e86c1f8c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner <eighthave@users.sourceforge.net> 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 --- samplebox~/samplebox~.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samplebox~') diff --git a/samplebox~/samplebox~.c b/samplebox~/samplebox~.c index e276df5..aea6c11 100644 --- a/samplebox~/samplebox~.c +++ b/samplebox~/samplebox~.c @@ -36,7 +36,9 @@ #include <stdlib.h> #include <fcntl.h> #include <sys/stat.h> +#ifndef MACOSX #include <malloc.h> +#endif #include <ctype.h> #ifdef UNIX #include <unistd.h> -- cgit v1.2.1