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