1
0
Fork 0
forked from len0rd/rockbox

[FIX RED] include stdio for snprintf

Change-Id: Ib07c2487c84576bcc62a26fed2fba9cfcb1e9c36
This commit is contained in:
William Wilgus 2023-11-19 12:35:09 -05:00
parent dbe20d453d
commit 263fc8b98f

View file

@ -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