net/netvsc: fix include of fcntl.h
authorNatanael Copa <ncopa@alpinelinux.org>
Wed, 13 Mar 2019 17:06:56 +0000 (18:06 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 31 Mar 2019 00:02:26 +0000 (01:02 +0100)
commitf6d163a6dc39cdcc618f3e865658da508afeb527
tree0889ab87c08b8dd8c6bfc01ef1c96a99aba600fe
parentbdbf45c24b07702fb69878b4b45db77db97bde6c
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 <sys/fcntl.h> to <fcntl.h> [-Wcpp]

Fixes: dc7680e8597c ("net/netvsc: support integrated VF")
Cc: stable@dpdk.org
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
drivers/net/netvsc/hn_vf.c