forked from len0rd/rockbox
include the sprintf.h header, basicly for simulator purposes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3612 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
004f690405
commit
ed155ccc39
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#include "file.h" /* for write(), used in fprintf() */
|
||||
#include "sprintf.h" /* to allow the simulator magic */
|
||||
|
||||
static const char hexdigit[] = "0123456789ABCDEF";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue