Explorar o código

[lwip] fixed compile error.

aozima %!s(int64=7) %!d(string=hai) anos
pai
achega
e190b166e2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;