forked from len0rd/rockbox
re-add the usb_core.h include. r21953 was a bit too aggressive
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21957 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fbc8cde3a9
commit
49bca7f978
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@
|
|||
#include "as3514.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_USBSTACK
|
||||
#include "usb_core.h"
|
||||
#endif
|
||||
|
||||
/*---------------------------------------------------*/
|
||||
/* SPECIAL DEBUG STUFF */
|
||||
/*---------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue