This appears to be necessary to get a definition of socket_t when compiling using the Android NDK r6b (Android API level 13). --- lib/socket-util.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/socket-util.h b/lib/socket-util.h index 0376006..c00ade2 100644 --- a/lib/socket-util.h +++ b/lib/socket-util.h @@ -18,6 +18,7 @@ #define SOCKET_UTIL_H 1 #include <sys/types.h> +#include <sys/socket.h> #include <netinet/in.h> #include <stdbool.h> #include "openvswitch/types.h" -- 1.7.5.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev