Sansa Connect: Add missing include
Include usb.h to have usb_acknowledge() prototype. Change-Id: I2dd951315a93e7c1c456358d715f9ec44bf9e5af
This commit is contained in:
parent
163e3507f8
commit
f26499bd67
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "logf.h"
|
||||
#include "avr-sansaconnect.h"
|
||||
#include "uart-target.h"
|
||||
#include "usb.h"
|
||||
#include "button.h"
|
||||
#include "backlight.h"
|
||||
#include "powermgmt.h"
|
||||
|
|
Loading…
Reference in a new issue