diff --git a/apps/gui/usb_screen.c b/apps/gui/usb_screen.c index 6e7c24920f..a524dd07da 100644 --- a/apps/gui/usb_screen.c +++ b/apps/gui/usb_screen.c @@ -42,6 +42,10 @@ #include "bitmaps/remote_usblogo.h" #endif +#if (CONFIG_STORAGE & STORAGE_MMC) +#include "ata_mmc.h" +#endif + #ifndef SIMULATOR #ifdef USB_ENABLE_HID