Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9691724e authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

inet: fix warning about missing prototype



The prototype for inet_rcv_saddr_equal was not being included.

Signed-off-by: default avatarStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9e7b19c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";