summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index ccdb30ff00..3cf60aeac3 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -23,6 +23,7 @@
23 * Incore font and image definitions 23 * Incore font and image definitions
24 */ 24 */
25#include "config.h" 25#include "config.h"
26#include "sysfont.h"
26 27
27#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 28#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
28 29