diff options
Diffstat (limited to 'speex~')
-rw-r--r-- | speex~/speexout~.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/speex~/speexout~.c b/speex~/speexout~.c index 793f7ec..cab3746 100644 --- a/speex~/speexout~.c +++ b/speex~/speexout~.c @@ -43,7 +43,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> |