diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-01-22 08:55:55 +0100 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-01-22 08:55:55 +0100 |
commit | 11fa9174dad72268c5468765ecc81112b1ca95d3 (patch) | |
tree | bb86b230edff35c99350d432c9e14b8e5dce5a17 /plugins/ffap | |
parent | 287803c526dc352d9076a509dd3b89ffcf02396c (diff) |
fixed another compile error on bsd
Diffstat (limited to 'plugins/ffap')
-rw-r--r-- | plugins/ffap/ffap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffap/ffap.c b/plugins/ffap/ffap.c index c0b40ec4..53990014 100644 --- a/plugins/ffap/ffap.c +++ b/plugins/ffap/ffap.c @@ -33,7 +33,7 @@ #include <string.h> #include <limits.h> #include <stdlib.h> -#include <malloc.h> +#include <alloca.h> #include <assert.h> #include "../../deadbeef.h" |