From 78d29f535ff14a5f213125baf63fa2961be17d79 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 26 Mar 2008 23:35:34 +0000 Subject: Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder') diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index f844c8908f..e2d5713aa5 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -35,11 +35,11 @@ #include "inttypes.h" #include "debug.h" #include "lcd.h" +#include "file.h" #ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" #endif #ifndef __PCTOOL__ -#include "file.h" #include "config.h" #include "system.h" #include "bmp.h" -- cgit v1.2.3