From: Simon Horman Date: Fri, 23 Sep 2011 11:11:20 +0000 (+0900) Subject: Include sys/socket.h for SOCK_STREAM X-Git-Tag: v1.3.0~244 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f137ed099e3feaa4a9d8c5dc5f5234945451795e;p=sliver-openvswitch.git Include sys/socket.h for SOCK_STREAM This appears to be required when building using the Android NDK r6b (Android API level 13). --- diff --git a/utilities/ovs-vlan-bug-workaround.c b/utilities/ovs-vlan-bug-workaround.c index 9722c2784..f459dec4b 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