summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c
diff options
context:
space:
mode:
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