aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2011-09-23 20:11:19 +0900
committerBen Pfaff <blp@nicira.com>2011-09-23 09:10:27 -0700
commit5b44dc995c4fac16d63a980158245ebcf3db7b62 (patch)
tree800c8b84d658d5654df26efeab0e01886dd74fa5 /vswitchd
parent9d02e3da31710ba3b7e680f3e9ef45ba7b495556 (diff)
Include sys/wait.h for WIFEXITED
This appears to be required when building using the Android NDK r6b (Android API level 13).
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/ovs-brcompatd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vswitchd/ovs-brcompatd.c b/vswitchd/ovs-brcompatd.c
index 3cb1cfc6..41aabe48 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>