From: Olaf Hering Date: Mon, 16 Jan 2006 23:47:00 +0000 (-0700) Subject: [PATCH] mv643xx_eth: 2.6.16 needs ip.h and in.h X-Git-Tag: v2.6.16-rc2~366^2~67 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=78a5e534758349fd3effc90ce1152b55368f52ee;p=linux-2.6-omap-h63xx.git [PATCH] mv643xx_eth: 2.6.16 needs ip.h and in.h Signed-off-by: Olaf Hering Signed-off-by: Dale Farnsworth mv643xx_eth.c | 2 ++ 1 file changed, 2 insertions(+) Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index 22c3a37bba5..a6152db82e9 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c @@ -35,6 +35,8 @@ #include #include #include +#include +#include #include #include