diff options
-rwxr-xr-x | other/vbap-help.pd (renamed from other/vbap.pd) | 0 | ||||
-rwxr-xr-x | other/vbap.c | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/other/vbap.pd b/other/vbap-help.pd index d5047c0..d5047c0 100755 --- a/other/vbap.pd +++ b/other/vbap-help.pd 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 |