From: Yasuyuki Kozakai Date: Tue, 5 Dec 2006 21:44:31 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: fix warning in PPTP helper X-Git-Tag: v2.6.20-rc1~145^2^2~7^2~24 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9ee0779e994c6916863045297b831212e285da3b;p=~emulex%2Finfiniband.git [NETFILTER]: nf_conntrack: fix warning in PPTP helper Signed-off-by: Yasuyuki Kozakai Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- diff --git a/include/linux/netfilter/nf_conntrack_pptp.h b/include/linux/netfilter/nf_conntrack_pptp.h index fb049ec11ff..9d8144a488c 100644 --- a/include/linux/netfilter/nf_conntrack_pptp.h +++ b/include/linux/netfilter/nf_conntrack_pptp.h @@ -2,6 +2,8 @@ #ifndef _NF_CONNTRACK_PPTP_H #define _NF_CONNTRACK_PPTP_H +#include + /* state of the control session */ enum pptp_ctrlsess_state { PPTP_SESSION_NONE, /* no session present */ @@ -295,7 +297,6 @@ union pptp_ctrl_union { /* crap needed for nf_conntrack_compat.h */ struct nf_conn; struct nf_conntrack_expect; -enum ip_conntrack_info; extern int (*nf_nat_pptp_hook_outbound)(struct sk_buff **pskb,