diff --git a/firmware/drivers/lcd-player-charset.c b/firmware/drivers/lcd-player-charset.c index 479d19e737..790f0df1c4 100644 --- a/firmware/drivers/lcd-player-charset.c +++ b/firmware/drivers/lcd-player-charset.c @@ -16,7 +16,11 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifndef __CONFIG_H__ +/* to easier allow this source file to be used even from tools when config.h + cannot be included safely */ #include "config.h" +#endif #ifdef HAVE_LCD_CHARCELLS