summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/font.c b/firmware/font.c
index 3208125a6a..b2ac1a3c3c 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -85,7 +85,7 @@
85/* compiled-in font */ 85/* compiled-in font */
86extern struct font sysfont; 86extern struct font sysfont;
87 87
88#if !defined(BOOTLOADER) || defined(SONY_NWZ_LINUX) 88#if !defined(BOOTLOADER) || defined(SONY_NWZ_LINUX) || defined(HIBY_LINUX) || defined(FIIO_M3K)
89 89
90struct buflib_alloc_data { 90struct buflib_alloc_data {
91 struct font font; /* must be the first member! */ 91 struct font font; /* must be the first member! */