[lwip] fixed compile error.

This commit is contained in:
aozima 2018-05-23 10:51:01 +08:00
parent e5f6996507
commit e190b166e2
1 changed files with 1 additions and 0 deletions

View File

@ -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;