aboutsummaryrefslogtreecommitdiff
path: root/lib/usb/usb_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/usb/usb_control.c')
-rw-r--r--lib/usb/usb_control.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/usb/usb_control.c b/lib/usb/usb_control.c
index 73e8372..d1796d9 100644
--- a/lib/usb/usb_control.c
+++ b/lib/usb/usb_control.c
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <usbd.h>
#include <stdlib.h>
+#include <usb/usbd.h>
#include "usb_private.h"
static struct usb_control_state {
@@ -251,4 +251,3 @@ void _usbd_control_in(uint8_t ea)
usbd_ep_stall_set(0, 1);
}
}
-