diff options
Diffstat (limited to 'samplebox~')
-rw-r--r-- | samplebox~/samplebox~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samplebox~/samplebox~.c b/samplebox~/samplebox~.c index b5abed6..64e656c 100644 --- a/samplebox~/samplebox~.c +++ b/samplebox~/samplebox~.c @@ -36,7 +36,7 @@ #include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
-#ifndef MACOSX
+#ifndef __APPLE__
#include <malloc.h>
#endif
#include <ctype.h>
|