net/icmp/icmp_input.c: Fix memset() implicit decl warning

This commit is contained in:
Nathan Hartman
2020-02-25 12:17:55 -06:00
committed by Gregory Nutt
parent 9a8169acdf
commit 8ee6be0780
+1
View File
@@ -47,6 +47,7 @@
#ifdef CONFIG_NET
#include <stdint.h>
#include <string.h>
#include <debug.h>
#include <net/if.h>