diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2012-04-29 17:44:57 -0400 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2012-04-29 17:44:57 -0400 |
commit | ae5656a14228435bad25c835fff510672cdea235 (patch) | |
tree | 62f25d6a61dd1066ea5a131cfde95a15ab37f594 | |
parent | 56f17c4164bf4e8a7b6996b0a5c2670d0917de25 (diff) |
Put the <string.h> channel_mode.c for memcpy.
Hmmm, how'd I miss that?
Change-Id: I30d9a1b5f053aad069687aa0a01ebdf40a6b2d76
-rw-r--r-- | lib/rbcodec/dsp/channel_mode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbcodec/dsp/channel_mode.c b/lib/rbcodec/dsp/channel_mode.c index 5259b46b11..78e7b8f10c 100644 --- a/lib/rbcodec/dsp/channel_mode.c +++ b/lib/rbcodec/dsp/channel_mode.c @@ -26,6 +26,7 @@ #include "fracmul.h" #include "dsp_proc_entry.h" #include "channel_mode.h" +#include <string.h> #if 0 /* SOUND_CHAN_STEREO mode is a noop so has no function - just outline one for |