diff options
Diffstat (limited to 'firmware/font.c')
-rw-r--r-- | firmware/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/font.c b/firmware/font.c index 617a8a33e3..3208125a6a 100644 --- a/firmware/font.c +++ b/firmware/font.c @@ -85,7 +85,7 @@ /* compiled-in font */ extern struct font sysfont; -#ifndef BOOTLOADER +#if !defined(BOOTLOADER) || defined(SONY_NWZ_LINUX) struct buflib_alloc_data { struct font font; /* must be the first member! */ |