[PATCH 2.4] netfilter conntrack missing include fix

From: Harald Welte (laforge@netfilter.org)
Date: Fri Jul 25 2003 - 15:51:00 EST


Hi Dave!

This is the 5th of a set of bugfixes (all tested against 2.4.22-pre7).
You might need to apply them incrementally (didn't test it in a
different order). You will receive 2.6 merges of those patches soon.

Author: Martin Bene <martin.bene@icomedias.com>

Add an #include statement to ip_conntrack_core.h
This fixes a compile issue with ipt_connlimit (and probably others)

Please apply,

--- linux.old/include/linux/netfilter_ipv4/ip_conntrack_core.h 2003-07-14 09:49:46.000000000 +0200
+++ linux/include/linux/netfilter_ipv4/ip_conntrack_core.h 2003-07-14 09:50:04.000000000 +0200
@@ -1,5 +1,6 @@
 #ifndef _IP_CONNTRACK_CORE_H
 #define _IP_CONNTRACK_CORE_H
+#include <linux/netfilter.h>
 #include <linux/netfilter_ipv4/lockhelp.h>
 
 /* This header is used to share core functionality between the

-- 
- Harald Welte <laforge@netfilter.org>             http://www.netfilter.org/
============================================================================
  "Fragmentation is like classful addressing -- an interesting early
   architectural error that shows how much experimentation was going
   on while IP was being designed."                    -- Paul Vixie


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:27 EST