forked from nuttx/nuttx-update
net/devif/devif_loopback.c: Fix warning: implicit declaration of memcmp.
This commit is contained in:
parent
8a3fc26b74
commit
bfa8c362c6
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/net/ip.h>
|
||||
|
|
Loading…
Reference in a new issue