فهرست منبع

[lwip] fixed compile error.

aozima 7 سال پیش
والد
کامیت
e190b166e2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      components/net/lwip-2.0.2/src/netif/ethernetif.c

+ 1 - 0
components/net/lwip-2.0.2/src/netif/ethernetif.c

@@ -676,6 +676,7 @@ FINSH_FUNCTION_EXPORT(list_tcps, list all of tcp connections);
 #endif /* LWIP_TCP */
 
 #if LWIP_UDP
+#include "lwip/udp.h"
 void list_udps(void)
 {
     struct udp_pcb *pcb;