1
0
Fork 0
forked from len0rd/rockbox

include sprintf.h when we use snprintf()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3271 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-02-15 00:03:23 +00:00
parent 2a9cb93831
commit 79a6cb67ba
4 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include "settings.h"
#include "status.h"
#include "playlist.h"
#include "sprintf.h"
#ifdef HAVE_LCD_BITMAP
#define BMPHEIGHT_usb_logo 32

View file

@ -53,6 +53,7 @@
#include "language.h"
#include "wps-display.h"
#include "powermgmt.h"
#include "sprintf.h"
struct user_settings global_settings;
char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */

View file

@ -31,6 +31,7 @@
#include "icons.h"
#endif
#include "lang.h"
#include "sprintf.h"
static char *fmt[] =
{

View file

@ -40,6 +40,7 @@
#include "mas.h"
#include "lang.h"
#include "powermgmt.h"
#include "sprintf.h"
#ifdef HAVE_LCD_BITMAP
#include "icons.h"