From: Gaetan Rivet Date: Thu, 26 Oct 2017 10:05:47 +0000 (+0200) Subject: bus: include debug header X-Git-Tag: spdx-start~1076 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0af0c40d41e41a1432b99347639f8614b574f60e;p=dpdk.git bus: include debug header This header is included through rte_pci.h, which will be removed once the PCI bus is moved out of the EAL. Signed-off-by: Gaetan Rivet --- diff --git a/lib/librte_eal/common/eal_common_bus.c b/lib/librte_eal/common/eal_common_bus.c index 5c63ced61e..3e022d5101 100644 --- a/lib/librte_eal/common/eal_common_bus.c +++ b/lib/librte_eal/common/eal_common_bus.c @@ -35,6 +35,7 @@ #include #include +#include #include "eal_private.h"