[PATCH] USB: gadget: fastboot: Add missing include
Sascha Hauer
s.hauer at pengutronix.de
Thu Sep 25 07:25:10 PDT 2014
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
drivers/usb/gadget/f_fastboot.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/f_fastboot.c b/drivers/usb/gadget/f_fastboot.c
index 9aec6b1..92a1a21 100644
--- a/drivers/usb/gadget/f_fastboot.c
+++ b/drivers/usb/gadget/f_fastboot.c
@@ -26,6 +26,7 @@
#include <boot.h>
#include <dma.h>
#include <fs.h>
+#include <libfile.h>
#include <file-list.h>
#include <progress.h>
#include <environment.h>
--
2.1.0
More information about the barebox
mailing list