Include sys/wait.h for WIFEXITED
authorSimon Horman <horms@verge.net.au>
Fri, 23 Sep 2011 11:11:19 +0000 (20:11 +0900)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Sep 2011 16:10:27 +0000 (09:10 -0700)
This appears to be required when building using the Android NDK r6b
(Android API level 13).

vswitchd/ovs-brcompatd.c

index 3cb1cfc..41aabe4 100644 (file)
@@ -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>