commit | bda490105b6e45ddd803446b46622b3ca9116af9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 15 17:31:34 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu May 29 08:30:25 2025 -0600 |
tree | b7d4b0418c2be6ad56a4461b3f98fc6cf082ee01 | |
parent | 7874556e57dd8ed7cfd6a1b95f4f9794d58e3641 [diff] [blame] |
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>
diff --git a/include/net-legacy.h b/include/net-legacy.h index 5178099..a7dbcec 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;