summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-01-29 20:49:43 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-01-29 20:49:43 +0000
commit36c71a60ca82f9777fbdd239f63f62ccf68cf3f5 (patch)
tree06518f1485a9899da1015445623256721435323e /apps/recorder/bmp.c
parentd4b99fdfe06bf5f30f4c3a68f08aedaaa6f432f9 (diff)
downloadrockbox-36c71a60ca82f9777fbdd239f63f62ccf68cf3f5.tar.gz
rockbox-36c71a60ca82f9777fbdd239f63f62ccf68cf3f5.zip
Get checkwps working again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19880 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/bmp.c')
-rw-r--r--apps/recorder/bmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c
index d6d836a6c5..3fb8a4d6c1 100644
--- a/apps/recorder/bmp.c
+++ b/apps/recorder/bmp.c
@@ -47,6 +47,7 @@
47#endif 47#endif
48#include "lcd.h" 48#include "lcd.h"
49#include "file.h" 49#include "file.h"
50#include "bmp.h"
50#ifdef HAVE_REMOTE_LCD 51#ifdef HAVE_REMOTE_LCD
51#include "lcd-remote.h" 52#include "lcd-remote.h"
52#endif 53#endif
@@ -58,9 +59,9 @@
58#ifndef __PCTOOL__ 59#ifndef __PCTOOL__
59#include "config.h" 60#include "config.h"
60#include "system.h" 61#include "system.h"
61#include "bmp.h"
62#include "resize.h" 62#include "resize.h"
63#else 63#else
64#include "checkwps.h"
64#undef DEBUGF 65#undef DEBUGF
65#define DEBUGF(...) 66#define DEBUGF(...)
66#endif 67#endif