From: <li...@us...> - 2004-02-10 00:59:53
|
Update of /cvsroot/iptables-p2p/iptables-p2p/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6201 Modified Files: match_http.c Log Message: headers needed for 2.4 compilation Index: match_http.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/match_http.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- match_http.c 8 Feb 2004 17:20:51 -0000 1.18 +++ match_http.c 9 Feb 2004 18:26:15 -0000 1.19 @@ -17,6 +17,9 @@ #include <linux/config.h> #include <linux/module.h> +#include <linux/skbuff.h> +#include <linux/file.h> +#include <net/sock.h> #include "ipt_p2p.h" |