Skip to content

Commit

Permalink
[PATCH] gfar: fix compile error
Browse files Browse the repository at this point in the history
Missing include of <linux/in.h> to get definition of IPPROTO_UDP.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Kumar Gala authored and Jeff Garzik committed Jan 12, 2006
1 parent 9ad8b9d commit 9c07b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
#include <linux/ip.h>
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/in.h>

#include <asm/io.h>
#include <asm/irq.h>
Expand Down

0 comments on commit 9c07b88

Please sign in to comment.