summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-11-27 04:17:15 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-11-27 04:17:15 +0000
commit0a4ecd8ddb708915b26ad69cedf6f8985a2baf5f (patch)
tree3fbc96a77116e2171323b96166a81d88fe055f7a /examples
parent79e10b392198e5523445fa6752c507c8041292e8 (diff)
downloadflac-0a4ecd8ddb708915b26ad69cedf6f8985a2baf5f.tar.gz
fix #includes (SF#1834168: https://sourceforge.net/tracker/index.php?func=detail&aid=1834168&group_id=13478&atid=313478)
Diffstat (limited to 'examples')
-rw-r--r--examples/cpp/encode/file/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cpp/encode/file/main.cpp b/examples/cpp/encode/file/main.cpp
index 22448bbb..343ee871 100644
--- a/examples/cpp/encode/file/main.cpp
+++ b/examples/cpp/encode/file/main.cpp
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "FLAC++/metadata.h"
#include "FLAC++/encoder.h"