summaryrefslogtreecommitdiffstats
path: root/apps/codecs
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-05-03 21:33:00 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-05-03 21:33:00 +0000
commit19425909c3e19b3733b13fefc2a2aa88fb9f1d61 (patch)
treeb027f3545b048ab9ec18ad65b0a71c53434e449f /apps/codecs
parente243db65b41c967ae8e7ef4cd946a2cdf7c6a19e (diff)
downloadrockbox-19425909c3e19b3733b13fefc2a2aa88fb9f1d61.tar.gz
rockbox-19425909c3e19b3733b13fefc2a2aa88fb9f1d61.zip
Another round of making local functions static and making sure that source files are in sync with their header files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/lib/codeclib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/lib/codeclib.c b/apps/codecs/lib/codeclib.c
index 7f822f49ef..75f1d1a18a 100644
--- a/apps/codecs/lib/codeclib.c
+++ b/apps/codecs/lib/codeclib.c
@@ -19,6 +19,7 @@
/* "helper functions" common to all codecs */
+#include <string.h>
#include "codecs.h"
#include "dsp.h"
#include "codeclib.h"