From: Tom Rini Date: Wed, 1 Nov 2023 16:28:17 +0000 (-0400) Subject: ls2080aqds: Add missing headers to eth_ls1088aqds.c X-Git-Tag: v2024.04-rc1~8^2~62^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f85421932181ec251b6f230c79b22bc7fb8b01;p=pandora-u-boot.git ls2080aqds: Add missing headers to eth_ls1088aqds.c As we call sprintf in this file we need to include vsprintf.h in order to get the function prototype and we need linux/string.h for strcmp. Signed-off-by: Tom Rini --- diff --git a/board/freescale/ls2080aqds/eth.c b/board/freescale/ls2080aqds/eth.c index 0d0d5de1562..048ab44c591 100644 --- a/board/freescale/ls2080aqds/eth.c +++ b/board/freescale/ls2080aqds/eth.c @@ -3,6 +3,8 @@ * Copyright 2015 Freescale Semiconductor, Inc. */ +#include +#include #include #include #include