tag 455389 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007): > Package: spiralsynthmodular > Version: 0.2.2a-4 > Usertags: ftbfs-gcc-4.3
Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois
--- a/SpiralSound/ChannelHandler.C +++ b/SpiralSound/ChannelHandler.C @@ -19,6 +19,7 @@ #include "ChannelHandler.h" #include <unistd.h> #include <cstdlib> +#include <cstring> using namespace std; --- a/SpiralSound/Sample.h +++ b/SpiralSound/Sample.h @@ -24,6 +24,7 @@ #include <assert.h> #include <limits.h> #include <iostream> +#include <cstring> //#define DEBUG
signature.asc
Description: Digital signature

