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

Commit 49376368 authored by stephen hemminger's avatar stephen hemminger Committed by Pablo Neira Ayuso
Browse files

netfilter: nf_conntrack: add include to fix sparse warning



Include header file to pickup prototype of nf_nat_seq_adjust_hook

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent ae08ce00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
#include <net/netfilter/nf_conntrack_labels.h>
#include <net/netfilter/nf_nat.h>
#include <net/netfilter/nf_nat_core.h>
#include <net/netfilter/nf_nat_helper.h>

#define NF_CONNTRACK_VERSION	"0.5.0"