From 4ce94a7e95c45f8233092fc7c7bb6f3f2c4806c8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 2 Feb 2015 11:37:22 -0600 Subject: [PATCH] IPv6: Eliminate a warning from UDP code --- net/udp/udp_callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/udp/udp_callback.c b/net/udp/udp_callback.c index debc76289e..7858ba0777 100644 --- a/net/udp/udp_callback.c +++ b/net/udp/udp_callback.c @@ -41,6 +41,7 @@ #if defined(CONFIG_NET) && defined(CONFIG_NET_UDP) #include +#include #include #include