mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
igmp: Use angle brackets for including string.h
Use angle brackets(<>) for including system header files. Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
parent
842b9f4429
commit
a894140bb0
@ -94,7 +94,7 @@ Steve Reynolds
|
|||||||
#include "lwip/stats.h"
|
#include "lwip/stats.h"
|
||||||
#include "lwip/prot/igmp.h"
|
#include "lwip/prot/igmp.h"
|
||||||
|
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
|
|
||||||
static struct igmp_group *igmp_lookup_group(struct netif *ifp, const ip4_addr_t *addr);
|
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);
|
static err_t igmp_remove_group(struct netif *netif, struct igmp_group *group);
|
||||||
|
Loading…
Reference in New Issue
Block a user