projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae08ce0
)
netfilter: nf_conntrack: add include to fix sparse warning
author
stephen hemminger
<
[email protected]
>
Sat, 16 Mar 2013 07:00:28 +0000
(07:00 +0000)
committer
Pablo Neira Ayuso
<
[email protected]
>
Tue, 19 Mar 2013 16:05:53 +0000
(17:05 +0100)
Include header file to pickup prototype of nf_nat_seq_adjust_hook
Signed-off-by: Stephen Hemminger <
[email protected]
>
Signed-off-by: Pablo Neira Ayuso <
[email protected]
>
net/netfilter/nf_conntrack_core.c
patch
|
blob
|
history
diff --git
a/net/netfilter/nf_conntrack_core.c
b/net/netfilter/nf_conntrack_core.c
index c8e001a9c45b15a8fe4038845f2111c6470c67b7..1068deb97c8b60a24ff2595c8238259e3cbed79c 100644
(file)
--- a/
net/netfilter/nf_conntrack_core.c
+++ b/
net/netfilter/nf_conntrack_core.c
@@
-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"