inet: fix warning about missing prototype
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>
This commit is contained in:
parent
9e7b19c516
commit
9691724e56
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue