From c40329e1ea74559b407093e455ecf15c097a9276 Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Thu, 15 Apr 2021 19:49:30 +0800 Subject: [PATCH] IssueNo:#I3IMWT Description:use posix instead of lwip self Feature or Bugfix:Bugfix Binary Source:No --- components/net/lwip-2.1/porting/include/arch/cc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/net/lwip-2.1/porting/include/arch/cc.h b/components/net/lwip-2.1/porting/include/arch/cc.h index 859c6d1f..64e364fa 100644 --- a/components/net/lwip-2.1/porting/include/arch/cc.h +++ b/components/net/lwip-2.1/porting/include/arch/cc.h @@ -61,6 +61,7 @@ #define LWIP_DNS_API_DEFINE_ERRORS 0 #define LWIP_DNS_API_DEFINE_FLAGS 0 #define LWIP_DNS_API_DECLARE_STRUCTS 0 +#define LWIP_DNS_API_DECLARE_H_ERRNO 0 #ifndef __SIZEOF_POINTER__ #define __SIZEOF_POINTER__ 4 // 32 bit system