From 71d1b7639cb8e165a5588714f40ba3060e8cb893 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Wed, 12 Mar 2014 14:35:10 -0700 Subject: [PATCH] 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 --- utilities/ovs-ofctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0