Fix yellow: Missing ata_mmc.h include

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23278 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2009-10-19 21:44:38 +00:00
parent 2dd45f7c6d
commit e684a3a8f9

View file

@ -42,6 +42,10 @@
#include "bitmaps/remote_usblogo.h" #include "bitmaps/remote_usblogo.h"
#endif #endif
#if (CONFIG_STORAGE & STORAGE_MMC)
#include "ata_mmc.h"
#endif
#ifndef SIMULATOR #ifndef SIMULATOR
#ifdef USB_ENABLE_HID #ifdef USB_ENABLE_HID