summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-bitmap-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-bitmap-common.c')
-rw-r--r--firmware/drivers/lcd-bitmap-common.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/drivers/lcd-bitmap-common.c b/firmware/drivers/lcd-bitmap-common.c
index 8f0b61ef6a..1b31ee8a18 100644
--- a/firmware/drivers/lcd-bitmap-common.c
+++ b/firmware/drivers/lcd-bitmap-common.c
@@ -27,8 +27,9 @@
27 * KIND, either express or implied. 27 * KIND, either express or implied.
28 * 28 *
29 ****************************************************************************/ 29 ****************************************************************************/
30#include "stdarg.h" 30#include <stdarg.h>
31#include "sprintf.h" 31#include <stdio.h>
32#include "string-extra.h"
32#include "diacritic.h" 33#include "diacritic.h"
33 34
34#ifndef LCDFN /* Not compiling for remote - define macros for main LCD. */ 35#ifndef LCDFN /* Not compiling for remote - define macros for main LCD. */