forked from ports/contrib
12 lines
387 B
Diff
12 lines
387 B
Diff
diff -pruN libsndfile-1.0.18pre22.orig/examples/sndfilehandle.cc libsndfile-1.0.18pre22/examples/sndfilehandle.cc
|
|
--- libsndfile-1.0.18pre22.orig/examples/sndfilehandle.cc 2008-08-22 17:33:56.945139000 +1000
|
|
+++ libsndfile-1.0.18pre22/examples/sndfilehandle.cc 2008-08-22 17:35:55.298142042 +1000
|
|
@@ -17,6 +17,7 @@
|
|
*/
|
|
|
|
#include <cstdio>
|
|
+#include <cstring>
|
|
|
|
#include <sndfile.hh>
|
|
|