forked from len0rd/rockbox
Fix some more snprintf related warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25853 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
54548df56e
commit
77dfff5a55
5 changed files with 6 additions and 4 deletions
|
|
@ -19,11 +19,12 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
#include "string.h"
|
||||
#include <stdbool.h>
|
||||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue