From: Daniel Wagner <[email protected]>

The kernel header linux/if_bridge.h was updated with kernel 3.8
which includes a new 'struct br_mdb_entry' which has a member
of type 'struct ip6'.

See mainline kernel commit: ee07c6e7a6f8a25c18f0a6b18152fbd7499245f6
---
 src/tethering.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tethering.c b/src/tethering.c
index ab892d3..4119101 100644
--- a/src/tethering.c
+++ b/src/tethering.c
@@ -35,6 +35,7 @@
 #include <string.h>
 #include <fcntl.h>
 #include <linux/if_tun.h>
+#include <netinet/in.h>                /* To define `struct in6_addr' in 
if_bridge.h */
 #include <linux/if_bridge.h>
 
 #include "connman.h"
-- 
1.8.1.3.566.gaa39828

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to