blob: c22daef60ccecc671d231e82c8139971d8d9b229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bd,v 1.2 2011/11/26 17:07:59 joerg Exp $
--- lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp.orig 2006-11-15 04:12:11.000000000 +0000
+++ lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp
@@ -50,6 +50,7 @@
#include <string>
#include <assert.h>
#include <limits.h>
+#include <string.h>
#include "WavFile.h"
|