From: Eric Dumazet <[email protected]> Date: Tue, 16 May 2017 13:27:53 -0700
> From: Eric Dumazet <[email protected]> > > If CONFIG_INET is not set, net/core/sock.c can not compile : > > net/core/sock.c: In function ‘skb_orphan_partial’: > net/core/sock.c:1810:2: error: implicit declaration of function > ‘skb_is_tcp_pure_ack’ [-Werror=implicit-function-declaration] > if (skb_is_tcp_pure_ack(skb)) > ^ > > Fix this by always including <net/tcp.h> > > Fixes: f6ba8d33cfbb ("netem: fix skb_orphan_partial()") > Signed-off-by: Eric Dumazet <[email protected]> > Reported-by: Paul Gortmaker <[email protected]> > Reported-by: Randy Dunlap <[email protected]> > Reported-by: Stephen Rothwell <[email protected]> Applied and queued up for -stable, thanks Eric.
