summaryrefslogtreecommitdiff
path: root/audio/rubberband/files/patch-src_system_sysutils.h
blob: ef3ef41d6e40a50e126c6fcd0aec91584f84f144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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