From 55a7b2dd16b37662b90d59dcc5e70fbcff654cdf Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Mon, 19 Oct 2009 21:53:56 +0000 Subject: Fix yellow: Missing statusbar.h include (hopefully the last one missing) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23280 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 a524dd0..177d1dd 100644 --- a/apps/gui/usb_screen.c +++ b/apps/gui/usb_screen.c @@ -32,6 +32,7 @@ #endif #endif #include "settings.h" +#include "statusbar.h" #include "appevents.h" #ifdef HAVE_LCD_BITMAP -- cgit v1.1