From b7d83bf09d55f0166c708958fc80a00cd37ddc40 Mon Sep 17 00:00:00 2001 From: huangxin Date: Wed, 28 Sep 2022 10:48:02 +0800 Subject: [PATCH] =?UTF-8?q?OCT=20ZNJK-1000=20=E4=BF=AE=E6=94=B9=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srcs/vcpe_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcs/vcpe_main.c b/srcs/vcpe_main.c index 9c56331..f412c92 100644 --- a/srcs/vcpe_main.c +++ b/srcs/vcpe_main.c @@ -1,14 +1,15 @@ // // Created by xajhu on 2021/6/29 0029. // +#if LWIP_ON #include #include - #include "cmdline.h" #include "task_manager.h" #include "init.h" #include "user_info.h" #include "lwip/tcpip.h" +#endif #include "open_dhcp/dhcpd.h" #if LWIP_ON