The solution is to #include linux/string.h _before skbuff.h
(I saw that in other files the same is done but shouldn't we include it
instead in skbuff.h ??? )
Gyula
-- Gyula Matics mgyula@sch.bme.hu Linux!->8--------->8--------->8--------->8-------->8------- --- linux/net/core/firewall.c.orig Tue Apr 9 13:36:31 1996 +++ linux/net/core/firewall.c Sat Apr 27 19:57:17 1996 @@ -7,6 +7,7 @@ */
#include <linux/module.h> +#include <linux/string.h> #include <linux/skbuff.h> #include <linux/firewall.h>