From e684a3a8f9a3a9a19a6a3d207049568f995651c6 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Mon, 19 Oct 2009 21:44:38 +0000 Subject: [PATCH] Fix yellow: Missing ata_mmc.h include git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23278 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/usb_screen.c | 4 ++++ 1 file changed, 4 insertions(+) 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