diff options
Diffstat (limited to 'audio/rubberband/files/patch-system-sysutils.h')
-rw-r--r-- | audio/rubberband/files/patch-system-sysutils.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/rubberband/files/patch-system-sysutils.h b/audio/rubberband/files/patch-system-sysutils.h deleted file mode 100644 index 93a644d64621..000000000000 --- a/audio/rubberband/files/patch-system-sysutils.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/system/sysutils.h-dist 2012-01-08 17:15:39.369149714 +0100 -+++ src/system/sysutils.h 2012-01-08 17:19:42.384145925 +0100 -@@ -41,7 +41,8 @@ - #include <malloc.h> - #else - #ifndef __MSVC__ --#include <alloca.h> -+/* linux stdlib also includes alloca.h */ -+#include <stdlib.h> - #endif - #endif - |