diff --git a/firmware/rolo.c b/firmware/rolo.c index 3569746258..6e7b3ba533 100644 --- a/firmware/rolo.c +++ b/firmware/rolo.c @@ -21,7 +21,9 @@ #include "config.h" #include "lcd.h" +#ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" +#endif #include "thread.h" #include "kernel.h" #include "button.h"