diff options
Diffstat (limited to 'other/vbap.c')
-rwxr-xr-x | other/vbap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/other/vbap.c b/other/vbap.c index ea91e1e..57dae7b 100755 --- a/other/vbap.c +++ b/other/vbap.c @@ -20,7 +20,9 @@ Laboratory of Acoustics and Audio Signal Processing #include <math.h> #include <stdio.h> +#ifndef __APPLE__ #include <malloc.h> +#endif #include <string.h> /* strtok */ #define MAX_TRIPLET_AMOUNT 64 |