[ovs-dev] [PATCH 1/2] Include sys/wait.h for WIFEXITED

Simon Horman horms at verge.net.au
Fri Sep 23 11:11:19 UTC 2011


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




More information about the dev mailing list