From f137ed099e3feaa4a9d8c5dc5f5234945451795e Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Fri, 23 Sep 2011 20:11:20 +0900 Subject: [PATCH] Include sys/socket.h for SOCK_STREAM This appears to be required when building using the Android NDK r6b (Android API level 13). --- utilities/ovs-vlan-bug-workaround.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #include #include -- 2.30.2