eal/windows: fix build
authorTal Shnaiderman <talshn@mellanox.com>
Tue, 21 Apr 2020 15:05:20 +0000 (18:05 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Apr 2020 22:52:06 +0000 (00:52 +0200)
commit905a0c208267806f5e1f2021accec4302681e4a0
treea8a0a360fc6d07d74639f005b73ab20024ad376c
parent1db72630da0c95952e78d46a45d72d6944e4940c
eal/windows: fix build

Windows headers pthread.h and fnmatch.h
use 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 <talshn@mellanox.com>
lib/librte_eal/windows/include/fnmatch.h
lib/librte_eal/windows/include/pthread.h