Re: [dpdk-dev] [PATCH] eal: fix Windows build

2020-04-21 Thread Thomas Monjalon
21/04/2020 17:05, tal...@mellanox.com: > From: Tal Shnaiderman > > Windows headers pthread.h and fnmatch.h > uses rte_common types > > The error is: error: unknown type name '__rte_unused' > > The fix adds the missing includes. > > Bugzilla ID: 458 > Fixes: f2fc83b40f06 ("replace unused attrib

[dpdk-dev] [PATCH] eal: fix Windows build

2020-04-21 Thread talshn
From: Tal Shnaiderman Windows headers pthread.h and fnmatch.h uses rte_common types The error is: error: unknown type name '__rte_unused' The fix adds the missing includes. Bugzilla ID: 458 Fixes: f2fc83b40f06 ("replace unused attributes") Signed-off-by: Tal Shnaiderman --- Depends-on: patch