diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-04-09 12:32:25 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-04-09 12:32:25 +0000 |
| commit | 3e6280039edee89669096f9ca730d4b1d661a26f (patch) | |
| tree | adb27dbcabcb7ec606df9951753759f2840ed538 /tools/creative.c | |
| parent | 0c23c667c16022d117dafe00751a98002579bd03 (diff) | |
| download | rockbox-3e6280039edee89669096f9ca730d4b1d661a26f.zip rockbox-3e6280039edee89669096f9ca730d4b1d661a26f.tar.gz rockbox-3e6280039edee89669096f9ca730d4b1d661a26f.tar.bz2 rockbox-3e6280039edee89669096f9ca730d4b1d661a26f.tar.xz | |
include string.h for the memory functions to fix yellows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17044 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/creative.c')
| -rw-r--r-- | tools/creative.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/creative.c b/tools/creative.c index 43829c3..bcabc4f 100644 --- a/tools/creative.c +++ b/tools/creative.c @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdbool.h> #include <stdlib.h> +#include <string.h> /* Create a Zen Vision:M FRESCUE structure file |