IPv6: Eliminate a warning from UDP code

This commit is contained in:
Gregory Nutt 2015-02-02 11:37:22 -06:00
parent b1b8c0e47d
commit 4ce94a7e95
1 changed files with 1 additions and 0 deletions

View File

@ -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>