diff options
Diffstat (limited to 'oggwrite~')
-rw-r--r-- | oggwrite~/oggwrite~.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oggwrite~/oggwrite~.c b/oggwrite~/oggwrite~.c index 5654963..0fbbf5c 100644 --- a/oggwrite~/oggwrite~.c +++ b/oggwrite~/oggwrite~.c @@ -39,7 +39,9 @@ #include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef __APPLE__
#include <malloc.h>
+#endif
#include <ctype.h>
#include <time.h>
#ifdef UNIX
|