eal: add missing include to debug header
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 4 May 2016 16:37:56 +0000 (17:37 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 5 May 2016 20:47:42 +0000 (22:47 +0200)
commit84c9b5a9fe926f1aa033dc5352be8d4a5e0b789d
treecf88eb28d8de8e396f550900e66dc668cbd770a2
parent351637731a0e1589d48b0d9972a006c414378c8d
eal: add missing include to debug header

The header file rte_debug.h makes use of the "unlikely" macro which
means it should include the rte_branch_prediction.h header file.

Fixes: 50705e8e3cdd ("eal: add assert macro for debug")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_eal/common/include/rte_debug.h