summaryrefslogtreecommitdiff
path: root/apps/gui/backdrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/backdrop.h')
-rw-r--r--apps/gui/backdrop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/backdrop.h b/apps/gui/backdrop.h
index 0778fa9f2f..9281cc4045 100644
--- a/apps/gui/backdrop.h
+++ b/apps/gui/backdrop.h
@@ -27,7 +27,7 @@ enum backdrop_type {
27 BACKDROP_SKIN_WPS, 27 BACKDROP_SKIN_WPS,
28}; 28};
29 29
30#if LCD_DEPTH > 1 30#if LCD_DEPTH > 1 && !defined(__PCTOOL__)
31 31
32#include "lcd.h" 32#include "lcd.h"
33#include "bmp.h" 33#include "bmp.h"