projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e7b19c
)
inet: fix warning about missing prototype
author
stephen hemminger
<stephen@networkplumber.org>
Fri, 19 May 2017 16:55:51 +0000
(09:55 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 21 May 2017 17:42:36 +0000
(13:42 -0400)
The prototype for inet_rcv_saddr_equal was not being included.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_connection_sock.c
patch
|
blob
|
history
diff --git
a/net/ipv4/inet_connection_sock.c
b/net/ipv4/inet_connection_sock.c
index 1054d330bf9df3189a21dbb08e27c0e6ad136775..82dec8825d28fe01f2dc4172e3e6d4d0d70fd785 100644
(file)
--- a/
net/ipv4/inet_connection_sock.c
+++ b/
net/ipv4/inet_connection_sock.c
@@
-25,6
+25,7
@@
#include <net/xfrm.h>
#include <net/tcp.h>
#include <net/sock_reuseport.h>
+#include <net/addrconf.h>
#ifdef INET_CSK_DEBUG
const char inet_csk_timer_bug_msg[] = "inet_csk BUG: unknown timer value\n";