From ff763afef01e91adb06b4366193ffc7287e1e3ab Mon Sep 17 00:00:00 2001 From: LiteOS2021 Date: Tue, 22 Feb 2022 11:22:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=90=AFipv6=E5=90=8E,=20arm?= =?UTF-8?q?=5Fmps2=5Fan386=E7=BC=96=E8=AF=91=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LiteOS2021 --- arm_mps2_an386/liteos_m/board/driver/net/lan9118_eth_drv.c | 4 ++++ 1 file changed, 4 insertions(+) mode change 100755 => 100644 arm_mps2_an386/liteos_m/board/driver/net/lan9118_eth_drv.c diff --git a/arm_mps2_an386/liteos_m/board/driver/net/lan9118_eth_drv.c b/arm_mps2_an386/liteos_m/board/driver/net/lan9118_eth_drv.c old mode 100755 new mode 100644 index 05eaeff..5dd00c2 --- a/arm_mps2_an386/liteos_m/board/driver/net/lan9118_eth_drv.c +++ b/arm_mps2_an386/liteos_m/board/driver/net/lan9118_eth_drv.c @@ -18,6 +18,10 @@ #include "lan9118_eth_drv.h" #include "los_debug.h" +#if LWIP_IPV6 +#include "lwip/ethip6.h" +#endif + #define DSB __DSB() #define LAN9118_NETIF_NAME "lan9118" -- Gitee