From: Simon Horman Date: Fri, 23 Sep 2011 11:11:20 +0000 (+0900) Subject: Include sys/socket.h for SOCK_STREAM X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f137ed099e3feaa4a9d8c5dc5f5234945451795e;p=openvswitch 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 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