This appears to be required when building using the Android NDK r6b (Android API level 13). --- vswitchd/ovs-brcompatd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vswitchd/ovs-brcompatd.c b/vswitchd/ovs-brcompatd.c index 3cb1cfc..41aabe4 100644 --- a/vswitchd/ovs-brcompatd.c +++ b/vswitchd/ovs-brcompatd.c @@ -28,6 +28,7 @@ #include <stdlib.h> #include <string.h> #include <sys/types.h> +#include <sys/wait.h> #include <sys/stat.h> #include <time.h> #include <fcntl.h> -- 1.7.5.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
