dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] mv643xx_eth: 2.6.16 needs ip.h and in.h

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>

 mv643xx_eth.c |    2 ++
 1 file changed, 2 insertions(+)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
Olaf Hering 2006-01-16 16:47:00 -07:00 committed by Jeff Garzik
parent b60d6975e8
commit 78a5e53475
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/etherdevice.h>
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/bitops.h>
#include <linux/delay.h>