forked from len0rd/rockbox
[FIX RED] include stdio for snprintf
Change-Id: Ib07c2487c84576bcc62a26fed2fba9cfcb1e9c36
This commit is contained in:
parent
dbe20d453d
commit
263fc8b98f
1 changed files with 1 additions and 1 deletions
|
@ -23,9 +23,9 @@
|
|||
#include "system.h"
|
||||
#include "pathfuncs.h"
|
||||
#include "string-extra.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
#include <stdio.h>
|
||||
#include "storage.h"
|
||||
|
||||
enum storage_name_dec_indexes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue