udp: include addrconf.h
authorEric Dumazet <edumazet@google.com>
Thu, 18 Aug 2016 16:59:12 +0000 (09:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:06:58 +0000 (17:06 -0700)
commit217375a0c677d2e885cb05f767af34467399b424
tree222b350063fca0f7915a4bc9cab1d8700df07081
parentb6c6b645d29158acb41d6fb2031b289d4f0fc936
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>
net/ipv4/udp.c