File soundtouch-gcc43-fix.diff of Package soundtouch
--- source/example/SoundStretch/WavFile.cpp-dist 2007-11-22 13:08:06.000000000 +0100 +++ source/example/SoundStretch/WavFile.cpp 2007-11-22 13:08:17.000000000 +0100 @@ -50,6 +50,7 @@ #include <string> #include <assert.h> #include <limits.h> +#include <cstring> #include "WavFile.h"