diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/debug_menu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index bf6e924..82d9ad5 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -112,6 +112,10 @@ #include "as3514.h" #endif +#ifdef HAVE_USBSTACK +#include "usb_core.h" +#endif + /*---------------------------------------------------*/ /* SPECIAL DEBUG STUFF */ /*---------------------------------------------------*/ |