summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2008-06-03 13:47:17 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2008-06-03 13:47:17 +1000
commit1d68c20ccc1efc04759e57703d1e064167db2de4 (patch)
treedc1ffd4f0b11478deb891d95b20fe69d9eb88b90 /examples
parent1b01b8f609ba0c77552e550ee662beb0d44240d9 (diff)
examples/sndfilehandle.cc : Fix includes.
Diffstat (limited to 'examples')
-rw-r--r--examples/sndfilehandle.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sndfilehandle.cc b/examples/sndfilehandle.cc
index 66a91ab..693a442 100644
--- a/examples/sndfilehandle.cc
+++ b/examples/sndfilehandle.cc
@@ -17,6 +17,7 @@
*/
#include <cstdio>
+#include <cstring>
#include <sndfile.hh>