aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-08-18 09:59:12 -0700
committerDavid S. Miller <davem@davemloft.net>2016-08-19 17:06:58 -0700
commit217375a0c677d2e885cb05f767af34467399b424 (patch)
tree222b350063fca0f7915a4bc9cab1d8700df07081 /net/ipv4/udp.c
parenttcp: md5: remove tcp_md5_hash_header() (diff)
downloadlinux-dev-217375a0c677d2e885cb05f767af34467399b424.tar.xz
linux-dev-217375a0c677d2e885cb05f767af34467399b424.zip
udp: include addrconf.h
Include ipv4_rcv_saddr_equal() definition to avoid this sparse error : net/ipv4/udp.c:362:5: warning: symbol 'ipv4_rcv_saddr_equal' was not declared. Should it be static? Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r--net/ipv4/udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index e61f7cd65d08..8f5f7f6026f7 100644
--- a/net/ipv4/udp.c
+++ b/net/ipv4/udp.c
@@ -114,6 +114,7 @@
#include <net/busy_poll.h>
#include "udp_impl.h"
#include <net/sock_reuseport.h>
+#include <net/addrconf.h>
struct udp_table udp_table __read_mostly;
EXPORT_SYMBOL(udp_table);