summaryrefslogtreecommitdiff
path: root/audio/rubberband/files/patch-src_system_sysutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rubberband/files/patch-src_system_sysutils.h')
-rw-r--r--audio/rubberband/files/patch-src_system_sysutils.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/rubberband/files/patch-src_system_sysutils.h b/audio/rubberband/files/patch-src_system_sysutils.h
new file mode 100644
index 000000000000..ef3ef41d6e40
--- /dev/null
+++ b/audio/rubberband/files/patch-src_system_sysutils.h
@@ -0,0 +1,12 @@
+--- src/system/sysutils.h.orig 2012-10-28 10:30:09 UTC
++++ src/system/sysutils.h
+@@ -41,7 +41,8 @@
+ #include <malloc.h>
+ #else
+ #ifndef __MSVC__
+-#include <alloca.h>
++/* linux stdlib also includes alloca.h */
++#include <stdlib.h>
+ #endif
+ #endif
+