eal: fix FreeBSD build
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 19 Jan 2017 14:21:35 +0000 (14:21 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 Jan 2017 14:29:45 +0000 (15:29 +0100)
commit2ee926f1fd00ff3565ac7bf05957e36b8be5aa61
tree2efac2293b68bd7eefc4583d97d20a14381b3062
parent6818a7f480b5afacc820273f08fcb807299cdb1a
eal: fix FreeBSD build

rte_bus_scan() and rte_bus_probe() have been introduced
in eal.c, but it is missing the rte_bus.h header file,
for BSD systems.

Fixes: f44abbc12fa0 ("bus: add scanning")
Fixes: c3cec1d80708 ("bus: add probing")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
lib/librte_eal/bsdapp/eal/eal.c