* [PATCH] nf_conntrack: add include to fix sparse warning
@ 2013-03-16 17:00 Stephen Hemminger
2013-03-19 22:54 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2013-03-16 17:00 UTC (permalink / raw)
To: Pablo Neira Ayuso; +Cc: netfilter-devel
Include header file to pickup prototype of nf_nat_seq_adjust_hook
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
--- a/net/netfilter/nf_conntrack_core.c 2013-03-07 18:12:53.945286471 -0800
+++ b/net/netfilter/nf_conntrack_core.c 2013-03-16 09:48:42.312411171 -0700
@@ -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"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] nf_conntrack: add include to fix sparse warning
2013-03-16 17:00 [PATCH] nf_conntrack: add include to fix sparse warning Stephen Hemminger
@ 2013-03-19 22:54 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2013-03-19 22:54 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: netfilter-devel
On Sat, Mar 16, 2013 at 10:00:28AM -0700, Stephen Hemminger wrote:
> Include header file to pickup prototype of nf_nat_seq_adjust_hook
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-19 22:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 17:00 [PATCH] nf_conntrack: add include to fix sparse warning Stephen Hemminger
2013-03-19 22:54 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).