eal/x86: include common header
authorGaetan Rivet <gaetan.rivet@6wind.com>
Thu, 26 Oct 2017 10:05:49 +0000 (12:05 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Oct 2017 21:17:31 +0000 (23:17 +0200)
commit2a46c2a2f21eaa7eec128ce9d4d87733c265e9ce
tree46e18c87d98ecce2beca24eb95f904aa29888a75
parentb27a200d03310c161be15cd099d46c9c74c2c5eb
eal/x86: include common header

The macro RTE_SET_USED is defined in rte_common.h

This header is included through eal_private.h, which includes in turn
rte_pci.h

Once the PCI subsystem is out of the EAL, this will break the
compilation (seen on FreeBSD).

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
lib/librte_eal/common/arch/x86/rte_cycles.c