freebsd-ports/audio/rubberband/files/patch-src_StretcherImpl.cpp
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

11 lines
217 B
C++

--- src/StretcherImpl.cpp.orig 2012-10-28 10:30:09 UTC
+++ src/StretcherImpl.cpp
@@ -38,7 +38,7 @@
#include "base/Profiler.h"
#ifndef _WIN32
-#include <alloca.h>
+#include <stdlib.h>
#endif
#include <cassert>