diff options
Diffstat (limited to 'mp3cast~')
-rw-r--r-- | mp3cast~/mp3cast~.c | 2 |
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>
|