From b91f15d842da6726eb84932591ead3f3ce325058 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 6 May 2010 22:22:47 +0000 Subject: 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 --- apps/gui/usb_screen.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include "action.h" #include "font.h" -- cgit