This file uses memcpy() but does not include the header file. Update it. Signed-off-by: Simon Glass <s...@chromium.org> ---
(no changes since v1) include/net-legacy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net-legacy.h b/include/net-legacy.h index 1f62ebff51d..a43ab9db589 100644 --- a/include/net-legacy.h +++ b/include/net-legacy.h @@ -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; -- 2.43.0