On ppc64:
In file included from net/ipv6/xfrm6_policy.c:18:
include/net/addrconf.h:40: error: field `prefix' has incomplete type
This surely patch isn't right, and might break userspace inclusion of this
header file.
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---
include/net/addrconf.h | 2 ++
1 files changed, 2 insertions(+)
diff -puN include/net/addrconf.h~addrconf-build-fix include/net/addrconf.h
--- 25/include/net/addrconf.h~addrconf-build-fix 2005-05-04
04:47:24.000000000 -0600
+++ 25-akpm/include/net/addrconf.h 2005-05-04 04:47:39.000000000 -0600
@@ -1,6 +1,8 @@
#ifndef _ADDRCONF_H
#define _ADDRCONF_H
+#include <linux/in6.h>
+
#define RETRANS_TIMER HZ
#define MAX_RTR_SOLICITATIONS 3
_
|