summaryrefslogtreecommitdiff
path: root/firmware/logf.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/logf.c')
-rw-r--r--firmware/logf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/logf.c b/firmware/logf.c
index d8f036703e..3a6b696b1a 100644
--- a/firmware/logf.c
+++ b/firmware/logf.c
@@ -32,7 +32,9 @@
32#include "config.h" 32#include "config.h"
33#include "system.h" 33#include "system.h"
34#include "font.h" 34#include "font.h"
35#ifdef HAVE_REMOTE_LCD
35#include "lcd-remote.h" 36#include "lcd-remote.h"
37#endif
36#include "logf.h" 38#include "logf.h"
37#include "serial.h" 39#include "serial.h"
38#include "format.h" 40#include "format.h"