mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
net/icmp/icmp_input.c: Fix memset() implicit decl warning
This commit is contained in:
committed by
Gregory Nutt
parent
9a8169acdf
commit
8ee6be0780
@@ -47,6 +47,7 @@
|
||||
#ifdef CONFIG_NET
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <net/if.h>
|
||||
|
||||
Reference in New Issue
Block a user