include string.h to remove compiler warning on target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@919 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ea404082d
commit
999c255599
1 changed files with 1 additions and 1 deletions
|
@ -28,8 +28,8 @@
|
|||
|
||||
#ifdef SIMULATOR
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#define SS_TITLE "Boxes"
|
||||
#define SS_TITLE_FONT 2
|
||||
|
|
Loading…
Reference in a new issue