From 7835a203473cff4255c1703349fd42ce08b61a46 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 8 May 2008 20:37:26 +0000 Subject: Prototype declaration strictness fixes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17424 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/pitchscreen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui/pitchscreen.c') diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c index f6623dd..6b8fcf2 100644 --- a/apps/gui/pitchscreen.c +++ b/apps/gui/pitchscreen.c @@ -33,6 +33,7 @@ #include "lang.h" #include "icons.h" #include "screen_access.h" +#include "screens.h" #define PITCH_MAX 2000 #define PITCH_MIN 500 -- cgit v1.1