1
0
Fork 0
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:
Frank Gevaerts 2009-07-18 13:27:41 +00:00
parent fbc8cde3a9
commit 49bca7f978

View file

@ -112,6 +112,10 @@
#include "as3514.h" #include "as3514.h"
#endif #endif
#ifdef HAVE_USBSTACK
#include "usb_core.h"
#endif
/*---------------------------------------------------*/ /*---------------------------------------------------*/
/* SPECIAL DEBUG STUFF */ /* SPECIAL DEBUG STUFF */
/*---------------------------------------------------*/ /*---------------------------------------------------*/