eal: fix thread header include
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 15 Jan 2021 11:10:33 +0000 (12:10 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 21 Jan 2021 09:21:40 +0000 (10:21 +0100)
commit2b403e027b442ab30fec60ed4c9b32e6a6be98c5
treea9ff924f66ca86bf37f77673b2b898397b9e83bc
parent4080917cbcb8fb41bf6b3618039a72cee0b7525e
eal: fix thread header include

rte_thread.h was missing the compat header to get the __rte_experimental
macro definition.

Fixes: b1fd151267e6 ("eal: add generic thread-local-storage functions")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
lib/librte_eal/include/rte_thread.h