1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/audio/rubberband/files/patch-src_system_sysutils.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
248 B
C

--- 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