This include is missing in kernel version <= 3.5.

Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de>
---
 .../network/0013-fix-makefile-includes/6lowpan.patch           | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 
patches/collateral-evolutions/network/0013-fix-makefile-includes/6lowpan.patch

diff --git 
a/patches/collateral-evolutions/network/0013-fix-makefile-includes/6lowpan.patch
 
b/patches/collateral-evolutions/network/0013-fix-makefile-includes/6lowpan.patch
new file mode 100644
index 0000000..b337bdb
--- /dev/null
+++ 
b/patches/collateral-evolutions/network/0013-fix-makefile-includes/6lowpan.patch
@@ -0,0 +1,10 @@
+--- a/net/6lowpan/core.c
++++ b/net/6lowpan/core.c
+@@ -14,6 +14,7 @@
+ #include <linux/module.h>
+ 
+ #include <net/6lowpan.h>
++#include <linux/if_arp.h>
+ 
+ void lowpan_netdev_setup(struct net_device *dev, enum lowpan_lltypes lltype)
+ {
-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe backports" in

Reply via email to