The 3.8 Kernel headers for if_bridge.h uses the in6_addr struct which is defined by netinet/in.h which is not included prior. Upstream-Status: Pending Signed-off-by: Saul Wold Index: git/src/tethering.c =================================================================== --- git.orig/src/tethering.c +++ git/src/tethering.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include "connman.h"