mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 15:12:30 -05:00
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:
parent
2dd45f7c6d
commit
e684a3a8f9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue