Hi Jozsef, looks like the include got lost, please apply. Sven Index: ipset/ipset_nethash.c =================================================================== --- ipset/ipset_nethash.c (revision 7571) +++ ipset/ipset_nethash.c (working copy) @@ -15,6 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Index: ipset/ipset_ipportiphash.c =================================================================== --- ipset/ipset_ipportiphash.c (revision 7571) +++ ipset/ipset_ipportiphash.c (working copy) @@ -15,6 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Index: ipset/ipset_iphash.c =================================================================== --- ipset/ipset_iphash.c (revision 7571) +++ ipset/ipset_iphash.c (working copy) @@ -15,6 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Index: ipset/ipset_ipporthash.c =================================================================== --- ipset/ipset_ipporthash.c (revision 7571) +++ ipset/ipset_ipporthash.c (working copy) @@ -15,6 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Index: ipset/ipset_iptreemap.c =================================================================== --- ipset/ipset_iptreemap.c (revision 7571) +++ ipset/ipset_iptreemap.c (working copy) @@ -15,6 +15,7 @@ * Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Index: ipset/ipset_iptree.c =================================================================== --- ipset/ipset_iptree.c (revision 7571) +++ ipset/ipset_iptree.c (working copy) @@ -15,6 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Index: ipset/ipset_ipportnethash.c =================================================================== --- ipset/ipset_ipportnethash.c (revision 7571) +++ ipset/ipset_ipportnethash.c (working copy) @@ -15,6 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html