aboutsummaryrefslogtreecommitdiff
path: root/mp3cast~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-18 01:11:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-18 01:11:10 +0000
commitee098fc1d0c39699a5c81685c12edef1e86c1f8c (patch)
tree6a17150986f52eac273e0f0e5b9f9adb3480f7a0 /mp3cast~
parentd1402377b850f57b2a13ee64383abb519952fd8e (diff)
excluded malloc.h for MacOS X because of compile troubles
svn path=/trunk/externals/unauthorized/; revision=883
Diffstat (limited to 'mp3cast~')
-rw-r--r--mp3cast~/mp3cast~.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp3cast~/mp3cast~.c b/mp3cast~/mp3cast~.c
index 5c881c3..2f01fc3 100644
--- a/mp3cast~/mp3cast~.c
+++ b/mp3cast~/mp3cast~.c
@@ -42,7 +42,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>