Skip to content

Commit

Permalink
netfilter: nf_conntrack: add include to fix sparse warning
Browse files Browse the repository at this point in the history
Include header file to pickup prototype of nf_nat_seq_adjust_hook

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
stephen hemminger authored and Pablo Neira Ayuso committed Mar 19, 2013
1 parent ae08ce0 commit 4937636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/netfilter/nf_conntrack_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4937636

Please sign in to comment.