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.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c
index 3db2cb1817..f844c8908f 100644
--- a/apps/recorder/bmp.c
+++ b/apps/recorder/bmp.c
@@ -38,11 +38,16 @@
38#ifdef HAVE_REMOTE_LCD 38#ifdef HAVE_REMOTE_LCD
39#include "lcd-remote.h" 39#include "lcd-remote.h"
40#endif 40#endif
41#ifndef __PCTOOL__
41#include "file.h" 42#include "file.h"
42#include "config.h" 43#include "config.h"
43#include "system.h" 44#include "system.h"
44#include "bmp.h" 45#include "bmp.h"
45#include "lcd.h" 46#include "debug.h"
47#else
48#undef DEBUGF
49#define DEBUGF(...)
50#endif
46 51
47#ifdef __GNUC__ 52#ifdef __GNUC__
48#define STRUCT_PACKED __attribute__((packed)) 53#define STRUCT_PACKED __attribute__((packed))