diff --git a/src/core/ipv4/igmp.c b/src/core/ipv4/igmp.c index befa8723..155d0d7c 100644 --- a/src/core/ipv4/igmp.c +++ b/src/core/ipv4/igmp.c @@ -94,7 +94,7 @@ Steve Reynolds #include "lwip/stats.h" #include "lwip/prot/igmp.h" -#include "string.h" +#include static struct igmp_group *igmp_lookup_group(struct netif *ifp, const ip4_addr_t *addr); static err_t igmp_remove_group(struct netif *netif, struct igmp_group *group);