From a774bcc3fd40ec5914196a21150c9879e33951e1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 31 Jul 2011 16:32:20 +0200 Subject: DFU: make sure to include board.h --- at91lib/usb/device/dfu/dfu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/at91lib/usb/device/dfu/dfu.h b/at91lib/usb/device/dfu/dfu.h index 3b7a41a..2e8aa8b 100644 --- a/at91lib/usb/device/dfu/dfu.h +++ b/at91lib/usb/device/dfu/dfu.h @@ -1,6 +1,7 @@ #ifndef _USB_DFU_DESC_H #define _USB_DFU_DESC_H +#include #include #define CONFIG_DFU_NUM_APP_IF 1 -- cgit v1.2.3