mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-22 00:35:48 +01:00
Move library tree where it belongs
This commit is contained in:
15
lib-src/soundtouch/fix-includes.patch
Normal file
15
lib-src/soundtouch/fix-includes.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Index: soundtouch/source/example/SoundStretch/WavFile.cpp
|
||||
===================================================================
|
||||
RCS file: /cvsroot/audacity/lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp,v
|
||||
retrieving revision 1.3
|
||||
diff -u -r1.3 WavFile.cpp
|
||||
--- soundtouch/source/example/SoundStretch/WavFile.cpp 18 Sep 2006 07:31:48 -0000 1.3
|
||||
+++ soundtouch/source/example/SoundStretch/WavFile.cpp 25 Jun 2008 19:56:13 -0000
|
||||
@@ -48,6 +48,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
+#include <cstring>
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
|
||||
Reference in New Issue
Block a user