Re: [dpdk-dev] [PATCH 14/15] net/netvsc: fix compile warning for fcntl.h include

2019-03-11 Thread Stephen Hemminger
On Mon, 11 Mar 2019 18:37:01 +0100 Natanael Copa wrote: > 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] > #warning redirecting i

[dpdk-dev] [PATCH 14/15] net/netvsc: fix compile warning for fcntl.h include

2019-03-11 Thread Natanael Copa
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] #warning redirecting incorrect #include to ^~~ Signed-off-by: Natanael Copa --- T