summaryrefslogtreecommitdiff
path: root/audio/rubberband/files/patch-src_StretcherProcess.cpp
blob: 871854ade33ef6f009618d99a57334690dcb4b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/StretcherProcess.cpp.orig	2012-10-28 10:30:09 UTC
+++ src/StretcherProcess.cpp
@@ -35,7 +35,8 @@
 #include "system/VectorOps.h"
 
 #ifndef _WIN32
-#include <alloca.h>
+/* linux stdlib include alloca.h */
+#include <stdlib.h>
 #endif
 
 #include <cassert>