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

Commit e5a10bb2 authored by Máté Eckl's avatar Máté Eckl Committed by Pablo Neira Ayuso
Browse files

netfilter: add includes to nf_socket.h



These have to be included always when nf_socket.h is included.

Signed-off-by: default avatarMáté Eckl <ecklm94@gmail.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 5b79c2af
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,10 +2,8 @@
#ifndef _NF_SOCK_H_
#define _NF_SOCK_H_

struct net_device;
struct sk_buff;
struct sock;
struct net;
#include <net/sock.h>
#include <net/inet_timewait_sock.h>

static inline bool nf_sk_is_transparent(struct sock *sk)
{