]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/net/6lowpan.h
6lowpan: add missing include of net/ipv6.h
authorAlexander Aring <alex.aring@gmail.com>
Wed, 5 Mar 2014 13:29:04 +0000 (14:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2014 22:21:38 +0000 (17:21 -0500)
commit91c69227452f6cdf3759a8af624de1f81565d5bd
tree874091da2f46ce8a94019be0490f29b851c396a2
parent5a8a1ab74dce1b50fe27745df477c502aec987eb
6lowpan: add missing include of net/ipv6.h

The 6lowpan.h file contains some static inline function which use
internal ipv6 api structs. Add a include of ipv6.h to be sure that it's
known before.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.h