dm: usb: Add an errno.h header to usb_ether.c
This is required on some platforms, so add it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
12dc8e7522
commit
2e5350fee0
@ -6,6 +6,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <usb.h>
|
||||
#include <dm/device-internal.h>
|
||||
|
Loading…
Reference in New Issue
Block a user