This appears to be required when building using the Android NDK r6b (Android API level 13). --- utilities/ovs-vlan-bug-workaround.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/utilities/ovs-vlan-bug-workaround.c b/utilities/ovs-vlan-bug-workaround.c index 9722c27..f459dec 100644 --- a/utilities/ovs-vlan-bug-workaround.c +++ b/utilities/ovs-vlan-bug-workaround.c @@ -23,6 +23,7 @@ #include <net/if.h> #include <stdlib.h> #include <sys/ioctl.h> +#include <sys/socket.h> #include <stdio.h> #include <string.h> #include <unistd.h> -- 1.7.5.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
