diff options
Diffstat (limited to 'samplebox~')
-rw-r--r-- | samplebox~/samplebox~.c | 2 |
1 files changed, 2 insertions, 0 deletions
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>
|