diff options
author | Luis R. Rodriguez <mcgrof@suse.com> | 2014-04-17 21:22:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-04-20 18:18:55 -0400 |
commit | 17d8ecb8ff791359c9d9a44bc766c3d4b87f37f7 (patch) | |
tree | 50af668c5d74b47e355ec5ed0c957280ec474c1c | |
parent | 94716d2fb181fcef10b79afa158cef3843b015c3 (diff) |
6lowpan: include net/net_namespace.h on 6lowpan namepsace header
Don't rely on driver files or other headers having this file included.
CC: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: linux-zigbee-devel@lists.sourceforge.net
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/net/6lowpan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/6lowpan.h b/include/net/6lowpan.h index f7d372b7d4ff..79b530fb2c4d 100644 --- a/include/net/6lowpan.h +++ b/include/net/6lowpan.h | |||
@@ -54,6 +54,7 @@ | |||
54 | #define __6LOWPAN_H__ | 54 | #define __6LOWPAN_H__ |
55 | 55 | ||
56 | #include <net/ipv6.h> | 56 | #include <net/ipv6.h> |
57 | #include <net/net_namespace.h> | ||
57 | 58 | ||
58 | #define UIP_802154_SHORTADDR_LEN 2 /* compressed ipv6 address length */ | 59 | #define UIP_802154_SHORTADDR_LEN 2 /* compressed ipv6 address length */ |
59 | #define UIP_IPH_LEN 40 /* ipv6 fixed header size */ | 60 | #define UIP_IPH_LEN 40 /* ipv6 fixed header size */ |