diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 78442dcf9c..5c84b3db2b 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -42,11 +42,13 @@ #include "settings.h" #include "ata.h" #include "fat.h" -#include "radio.h" #ifdef HAVE_LCD_BITMAP #include "widgets.h" #include "peakmeter.h" #endif +#ifdef HAVE_FMRADIO +#include "radio.h" +#endif /*---------------------------------------------------*/ /* SPECIAL DEBUG STUFF */