[<prev] [next>] [day] [month] [year] [list]
Message-ID: <jey6wrvitn.fsf@sykes.suse.de>
Date: Sat, 31 Jan 2009 12:03:16 +0100
From: Andreas Schwab <schwab@...e.de>
To: netdev@...r.kernel.org
Subject: [PATCH] ip6mr: fix missing include
This fixes:
net/ipv6/ip6mr.c:368: error: implicit declaration of function ‘csum_ipv6_magic’
Signed-off-by: Andreas Schwab <schwab@...e.de>
---
net/ipv6/ip6mr.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git i/net/ipv6/ip6mr.c w/net/ipv6/ip6mr.c
index d19a84b..e5ba15d 100644
--- i/net/ipv6/ip6mr.c
+++ w/net/ipv6/ip6mr.c
@@ -44,6 +44,7 @@
#include <net/ipv6.h>
#include <net/ip6_route.h>
+#include <net/ip6_checksum.h>
#include <linux/mroute6.h>
#include <linux/pim.h>
#include <net/addrconf.h>
--
Andreas Schwab, SuSE Labs, schwab@...e.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists