mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
net: Include string.h in net-legacy.h
This file uses memcpy() but does not include the header file. Update it. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include <log.h>
|
||||
#include <time.h>
|
||||
#include <linux/if_ether.h>
|
||||
#include <linux/string.h>
|
||||
|
||||
struct bd_info;
|
||||
struct cmd_tbl;
|
||||
|
||||
Reference in New Issue
Block a user