Missing include of <linux/in.h> to get definition of IPPROTO_UDP. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
--- commit 1a6720f78a7fb69451983e6b73723b57594ecac1 tree c8772f20a27fd82d28e78c342782297afb35c580 parent 7b5d230825fc228414dce7dc2bfdace4ecea4613 author Kumar Gala <[EMAIL PROTECTED]> Thu, 05 Jan 2006 09:45:05 -0600 committer Kumar Gala <[EMAIL PROTECTED]> Thu, 05 Jan 2006 09:45:05 -0600 drivers/net/gianfar.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c index 146f951..637b73a 100644 --- a/drivers/net/gianfar.c +++ b/drivers/net/gianfar.c @@ -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> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html