[PATCH v3 05/22] net: Include string.h in net-legacy.h
Tom Rini
trini at konsulko.com
Fri May 16 01:31:34 CEST 2025
From: Simon Glass <sjg at chromium.org>
This file uses memcpy() but does not include the header file. Update it.
Reviewed-by: Jerome Forissier <jerome.forissier at linaro.org>
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- None
---
include/net-legacy.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/net-legacy.h b/include/net-legacy.h
index 51780999a883..a7dbcec1506b 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
More information about the U-Boot
mailing list