On 5/1/25 03:04, Simon Glass wrote: > 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; Reviewed-by: Jerome Forissier <jerome.foriss...@linaro.org> Thanks, -- Jerome
- [PATCH v2 13/22] freescale: Include env.h to permit readi... Simon Glass
- [PATCH v2 15/22] liebherr: Include env.h to permit readin... Simon Glass
- Re: [PATCH v2 15/22] liebherr: Include env.h to perm... Lukasz Majewski
- [PATCH v2 16/22] technexion: Include env.h to permit read... Simon Glass
- [PATCH v2 12/22] amlogic: Include env.h to permit reading... Simon Glass
- [PATCH v2 14/22] google: Include env.h to permit reading ... Simon Glass
- [PATCH v2 17/22] elf: Only use network environment-variab... Simon Glass
- Re: [PATCH v2 17/22] elf: Only use network environme... Jerome Forissier
- [PATCH v2 18/22] net: Include byteorder in net6.h Simon Glass
- [PATCH v2 19/22] net: Include string.h in net-legacy.h Simon Glass
- Re: [PATCH v2 19/22] net: Include string.h in net-le... Jerome Forissier
- [PATCH v2 21/22] net: dc2114x: Include env.h to permit re... Simon Glass
- [PATCH v2 22/22] net: Move env_get_ip() out of the header... Simon Glass
- [PATCH v2 20/22] net: Include env.h in pcap.c Simon Glass
- Re: [PATCH v2 00/22] Deal with exfat versus byteorder Marek Vasut