From 78615aaa1d1d1ae666e8afed9588de76820c332c Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Wed, 30 Mar 2005 18:51:35 +0000 Subject: [PATCH] Fix build problem on 2.4 (Logical change 1.183) --- ChangeLog | 7 ++++++- include/linux/netfilter_ipv4/ip_tables.h | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c7119876..d1ad7137 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-30 Stephen Hemminger + + * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h + because it isn't needed and not on all systems + 2005-03-30 Jamal Hadi Salim * Proper verison of iptables headers (from 1.3.1) @@ -15,7 +20,7 @@ * ipv6 xfrm allocspi and monitor support. -2005-03-29 Stephen Hemminger +2005-03-29 Stephen Hemminger * switch to stack for netem tables diff --git a/include/linux/netfilter_ipv4/ip_tables.h b/include/linux/netfilter_ipv4/ip_tables.h index 7346eada..17d8eff7 100644 --- a/include/linux/netfilter_ipv4/ip_tables.h +++ b/include/linux/netfilter_ipv4/ip_tables.h @@ -15,7 +15,6 @@ #ifndef _IPTABLES_H #define _IPTABLES_H -#include #include #define IPT_FUNCTION_MAXNAMELEN 30