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)
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

index 534aeea..ee7c9de 100644 (file)
@@ -64,6 +64,7 @@
 #include <rte_string_fns.h>
 #include <rte_cpuflags.h>
 #include <rte_interrupts.h>
+#include <rte_bus.h>
 #include <rte_pci.h>
 #include <rte_dev.h>
 #include <rte_devargs.h>