From: Natanael Copa Date: Wed, 13 Mar 2019 17:06:56 +0000 (+0100) Subject: net/netvsc: fix include of fcntl.h X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f6d163a6dc39cdcc618f3e865658da508afeb527;p=dpdk.git net/netvsc: fix include of fcntl.h Fix the following warning when building with musl libc: In file included from ../drivers/net/netvsc/hn_vf.c:14: /usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] Fixes: dc7680e8597c ("net/netvsc: support integrated VF") Cc: stable@dpdk.org Signed-off-by: Natanael Copa --- diff --git a/drivers/net/netvsc/hn_vf.c b/drivers/net/netvsc/hn_vf.c index f68e1f9c54..883272ff49 100644 --- a/drivers/net/netvsc/hn_vf.c +++ b/drivers/net/netvsc/hn_vf.c @@ -10,8 +10,8 @@ #include #include #include +#include #include -#include #include #include