summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/ffap/ffap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffap/ffap.c b/plugins/ffap/ffap.c
index 91973ee2..6a18ec35 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"