summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-10-06 22:02:06 +0000
committerNils Wallménius <nils@rockbox.org>2009-10-06 22:02:06 +0000
commitd1a9e0c5884942b62b3f538007e2b56a8c221f05 (patch)
tree09d060f7e161824c36f90afcfa1fbeba4b745261 /apps/recorder
parentee21a5322e6eba742f7824334c840408ce7e839d (diff)
downloadrockbox-d1a9e0c5884942b62b3f538007e2b56a8c221f05.tar.gz
rockbox-d1a9e0c5884942b62b3f538007e2b56a8c221f05.zip
fix checkwps breakage caused by r229900
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/bmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c
index b67615b840..4e8cdd70c5 100644
--- a/apps/recorder/bmp.c
+++ b/apps/recorder/bmp.c
@@ -42,6 +42,7 @@
42#include <stdlib.h> 42#include <stdlib.h>
43#include <string.h> 43#include <string.h>
44#include "inttypes.h" 44#include "inttypes.h"
45#include "system.h"
45#ifndef PLUGIN 46#ifndef PLUGIN
46#include "debug.h" 47#include "debug.h"
47#endif 48#endif
@@ -58,10 +59,8 @@
58#endif 59#endif
59#ifndef __PCTOOL__ 60#ifndef __PCTOOL__
60#include "config.h" 61#include "config.h"
61#include "system.h"
62#include "resize.h" 62#include "resize.h"
63#else 63#else
64#include "checkwps.h"
65#undef DEBUGF 64#undef DEBUGF
66#define DEBUGF(...) 65#define DEBUGF(...)
67#endif 66#endif