diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2008-06-03 13:47:17 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2008-06-03 13:47:17 +1000 |
commit | 1d68c20ccc1efc04759e57703d1e064167db2de4 (patch) | |
tree | dc1ffd4f0b11478deb891d95b20fe69d9eb88b90 /examples | |
parent | 1b01b8f609ba0c77552e550ee662beb0d44240d9 (diff) |
examples/sndfilehandle.cc : Fix includes.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/sndfilehandle.cc | 1 |
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> |