aboutsummaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2011-09-23 20:11:20 +0900
committerBen Pfaff <blp@nicira.com>2011-09-23 09:10:31 -0700
commitf137ed099e3feaa4a9d8c5dc5f5234945451795e (patch)
tree000f036406af464fcc3d09c3f7ae9a6236223b37 /utilities
parent5b44dc995c4fac16d63a980158245ebcf3db7b62 (diff)
Include sys/socket.h for SOCK_STREAM
This appears to be required when building using the Android NDK r6b (Android API level 13).
Diffstat (limited to 'utilities')
-rw-r--r--utilities/ovs-vlan-bug-workaround.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities/ovs-vlan-bug-workaround.c b/utilities/ovs-vlan-bug-workaround.c
index 9722c278..f459dec4 100644
--- a/utilities/ovs-vlan-bug-workaround.c
+++ b/utilities/ovs-vlan-bug-workaround.c
@@ -23,6 +23,7 @@
#include <net/if.h>
#include <stdlib.h>
#include <sys/ioctl.h>
+#include <sys/socket.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>