net/icmp/icmp_input.c: Fix memset() implicit decl warning
This commit is contained in:
parent
9a8169acdf
commit
8ee6be0780
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#ifdef CONFIG_NET
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <net/if.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue