1
0
Fork 0

netfilter: add includes to nf_socket.h

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

Signed-off-by: Máté Eckl <ecklm94@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
hifive-unleashed-5.1
Máté Eckl 2018-05-23 16:26:35 +02:00 committed by Pablo Neira Ayuso
parent 5b79c2af66
commit e5a10bb2ac
1 changed files with 2 additions and 4 deletions

View File

@ -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)
{