aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/addrconf.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2005-05-03 22:17:18 -0700
committerDavid S. Miller <davem@davemloft.net>2005-05-03 22:17:18 -0700
commit6a800d456a81a9046634bcd26d868fd537f0c9ae (patch)
treeb969230022b6b8a7a93466b7ddef6b3d0a79fea3 /include/net/addrconf.h
parentMerge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git/ (diff)
downloadlinux-dev-6a800d456a81a9046634bcd26d868fd537f0c9ae.tar.xz
linux-dev-6a800d456a81a9046634bcd26d868fd537f0c9ae.zip
[IPV6]: net/addrconf.h needs to include linux/in6.h earlier
Else the in6_addr layout is not known for struct prefix_info. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r--include/net/addrconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h
index f1e5af4be98e..a0ed93672176 100644
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -17,6 +17,8 @@
#define IPV6_MAX_ADDRESSES 16
+#include <linux/in6.h>
+
struct prefix_info {
__u8 type;
__u8 length;
@@ -43,7 +45,6 @@ struct prefix_info {
#ifdef __KERNEL__
-#include <linux/in6.h>
#include <linux/netdevice.h>
#include <net/if_inet6.h>
#include <net/ipv6.h>