summaryrefslogtreecommitdiff
path: root/firmware/export/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/font.h')
-rw-r--r--firmware/export/font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index 15d54dad04..d8c98bc4e9 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -27,7 +27,9 @@
#include "config.h"
#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
+#ifndef __PCTOOL__
#include "sysfont.h"
+#endif
/* max static loadable font buffer size */
#ifndef MAX_FONT_SIZE