diff options
Diffstat (limited to 'libraries/soundtouch/soundtouch-1.3.1-gcc43.patch')
-rw-r--r-- | libraries/soundtouch/soundtouch-1.3.1-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/soundtouch/soundtouch-1.3.1-gcc43.patch b/libraries/soundtouch/soundtouch-1.3.1-gcc43.patch new file mode 100644 index 0000000000..0560c15202 --- /dev/null +++ b/libraries/soundtouch/soundtouch-1.3.1-gcc43.patch @@ -0,0 +1,11 @@ +diff -up soundtouch-1.3.1/source/example/SoundStretch/WavFile.cpp~ soundtouch-1.3.1/source/example/SoundStretch/WavFile.cpp +--- soundtouch-1.3.1/source/example/SoundStretch/WavFile.cpp~ 2008-01-11 22:21:43.000000000 +0100 ++++ soundtouch-1.3.1/source/example/SoundStretch/WavFile.cpp 2008-01-11 22:21:43.000000000 +0100 +@@ -48,6 +48,7 @@ + #include <stdio.h>
+ #include <stdexcept>
+ #include <string>
++#include <cstring>
+ #include <assert.h>
+ #include <limits.h>
+
|