From: Gurucharan Shetty Date: Wed, 12 Mar 2014 21:35:10 +0000 (-0700) Subject: ovs-ofctl: Use fcntl instead of sys/fcntl. X-Git-Tag: sliver-openvswitch-2.2.90-1~6^2~97 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=71d1b7639cb8e165a5588714f40ba3060e8cb893;p=sliver-openvswitch.git ovs-ofctl: Use fcntl instead of sys/fcntl. Windows does not have a sys/fcntl.h Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index e62e64691..8ae7c34a9 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include