summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-03-26 23:35:34 +0000
committerDave Chapman <dave@dchapman.com>2008-03-26 23:35:34 +0000
commit78d29f535ff14a5f213125baf63fa2961be17d79 (patch)
treea3d0992ab3a87ab073ed5aafa0529821dcedd31e /apps/recorder
parentd75bb78fdad9f3252df21e469c6f07346e250de4 (diff)
downloadrockbox-78d29f535ff14a5f213125baf63fa2961be17d79.tar.gz
rockbox-78d29f535ff14a5f213125baf63fa2961be17d79.zip
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
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/bmp.c2
1 files changed, 1 insertions, 1 deletions
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 @@
35#include "inttypes.h" 35#include "inttypes.h"
36#include "debug.h" 36#include "debug.h"
37#include "lcd.h" 37#include "lcd.h"
38#include "file.h"
38#ifdef HAVE_REMOTE_LCD 39#ifdef HAVE_REMOTE_LCD
39#include "lcd-remote.h" 40#include "lcd-remote.h"
40#endif 41#endif
41#ifndef __PCTOOL__ 42#ifndef __PCTOOL__
42#include "file.h"
43#include "config.h" 43#include "config.h"
44#include "system.h" 44#include "system.h"
45#include "bmp.h" 45#include "bmp.h"