summaryrefslogtreecommitdiffstats
path: root/apps/gui
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-06 22:22:47 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-06 22:22:47 +0000
commitb91f15d842da6726eb84932591ead3f3ce325058 (patch)
tree6542ea6aca5ef10973942e6bac4e0ebb3c081326 /apps/gui
parent6ac64206f3f06e8860b77488d9dc70bc8ab659af (diff)
downloadrockbox-b91f15d842da6726eb84932591ead3f3ce325058.tar.gz
rockbox-b91f15d842da6726eb84932591ead3f3ce325058.zip
Fix c&p error from r25853 that should've fixed some snprintf warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25857 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/usb_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/usb_screen.c b/apps/gui/usb_screen.c
index 2873562edc..64a4e38678 100644
--- a/apps/gui/usb_screen.c
+++ b/apps/gui/usb_screen.c
@@ -19,6 +19,7 @@
*
****************************************************************************/
+#include <stdio.h>
#include <stdbool.h>
#include "action.h"
#include "font.h"