IPv6: Eliminate a warning from UDP code
This commit is contained in:
parent
b1b8c0e47d
commit
4ce94a7e95
|
@ -41,6 +41,7 @@
|
||||||
#if defined(CONFIG_NET) && defined(CONFIG_NET_UDP)
|
#if defined(CONFIG_NET) && defined(CONFIG_NET_UDP)
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <string.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <nuttx/net/netconfig.h>
|
#include <nuttx/net/netconfig.h>
|
||||||
|
|
Loading…
Reference in New Issue