diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-03 16:39:13 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-03 16:39:13 +0000 |
commit | ba0a7a10d5f4e3bd727919a964552ef022ec24fa (patch) | |
tree | c54f1719afa3b56e41c3dc9cfaf7cd83f3007f70 /audio/rezound/files | |
parent | e88167cf83ca2290d8735ef412b4ef78190dcd2f (diff) |
Notes
Diffstat (limited to 'audio/rezound/files')
-rw-r--r-- | audio/rezound/files/extra-patch-fbsd4 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/rezound/files/extra-patch-fbsd4 b/audio/rezound/files/extra-patch-fbsd4 new file mode 100644 index 000000000000..88cbb9492b86 --- /dev/null +++ b/audio/rezound/files/extra-patch-fbsd4 @@ -0,0 +1,22 @@ +--- src/backend/CPortAudioSoundRecorder.cpp.orig Mon Oct 6 13:04:39 2003 ++++ src/backend/CPortAudioSoundRecorder.cpp Mon Oct 2 10:35:16 2006 +@@ -18,6 +18,8 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + ++#include <stdio.h> ++ + #include "CPortAudioSoundRecorder.h" + + #ifdef ENABLE_PORTAUDIO +--- src/backend/Remaster/CAdaptiveNormalizeAction.cpp.orig Tue Feb 15 08:54:44 2005 ++++ src/backend/Remaster/CAdaptiveNormalizeAction.cpp Mon Oct 2 10:35:24 2006 +@@ -18,6 +18,8 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + ++#include <stdio.h> ++ + #include "CAdaptiveNormalizeAction.h" + + #include <utility> |