net: Include string.h in net-legacy.h
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:34 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
commit0b9450989c195430521b01d97ba79a9b644119a6
treeb7d4b0418c2be6ad56a4461b3f98fc6cf082ee01
parent84a1c99055166857efabe55277f01341404e8dda
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>
include/net-legacy.h