forked from len0rd/rockbox
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
This commit is contained in:
parent
0c23c667c1
commit
3e6280039e
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Create a Zen Vision:M FRESCUE structure file
|
Create a Zen Vision:M FRESCUE structure file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue