From: Thomas Monjalon Date: Wed, 5 Aug 2015 08:53:00 +0000 (+0200) Subject: eal/ppc: fix build X-Git-Tag: spdx-start~8554 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=5667c8dfaa98b1d4763270c6a1fcddcc031996ee;p=dpdk.git eal/ppc: fix build Byte ordering macros were used without including the needed header. Fixes: ce10b21bf624 ("eal/ppc: fix cpu cycle count for little endian") Signed-off-by: Thomas Monjalon Acked-by: Chao Zhu --- diff --git a/lib/librte_eal/common/include/arch/ppc_64/rte_cycles.h b/lib/librte_eal/common/include/arch/ppc_64/rte_cycles.h index e663c48272..64beddf966 100644 --- a/lib/librte_eal/common/include/arch/ppc_64/rte_cycles.h +++ b/lib/librte_eal/common/include/arch/ppc_64/rte_cycles.h @@ -39,6 +39,8 @@ extern "C" { #include "generic/rte_cycles.h" +#include + /** * Read the time base register. *