1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/sooperlooper/files/patch-libs-pbd-ftw.cc
Martin Wilke 23f5152765 - Update to 1.7.2
PR:		190891
2014-06-27 16:04:46 +00:00

12 lines
316 B
C++

--- libs/pbd/ftw.cc-dist 2012-01-08 20:15:45.901151819 +0100
+++ libs/pbd/ftw.cc 2012-01-08 20:15:58.904148109 +0100
@@ -33,7 +33,7 @@
#include <sys/types.h> /* Because fts(3) says so */
#include <sys/stat.h>
#include <fts.h>
-#include <alloca.h>
+#include <cstdlib>
#include <unistd.h> /* We want strcpy */