[U-Boot] [PATCH 03/20] dm: usb: Add an errno.h header to usb_ether.c
Simon Glass
sjg at chromium.org
Wed Jul 8 04:53:35 CEST 2015
This is required on some platforms, so add it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/usb/eth/usb_ether.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/eth/usb_ether.c b/drivers/usb/eth/usb_ether.c
index 137eac7..110808d 100644
--- a/drivers/usb/eth/usb_ether.c
+++ b/drivers/usb/eth/usb_ether.c
@@ -6,6 +6,7 @@
#include <common.h>
#include <dm.h>
+#include <errno.h>
#include <malloc.h>
#include <usb.h>
#include <dm/device-internal.h>
--
2.4.3.573.g4eafbef
More information about the U-Boot
mailing list