git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa8a18
)
bus: include debug header
author
Gaetan Rivet
<gaetan.rivet@6wind.com>
Thu, 26 Oct 2017 10:05:47 +0000
(12:05 +0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 26 Oct 2017 21:17:31 +0000
(23:17 +0200)
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 <gaetan.rivet@6wind.com>
lib/librte_eal/common/eal_common_bus.c
patch
|
blob
|
history
diff --git
a/lib/librte_eal/common/eal_common_bus.c
b/lib/librte_eal/common/eal_common_bus.c
index
5c63ced
..
3e022d5
100644
(file)
--- a/
lib/librte_eal/common/eal_common_bus.c
+++ b/
lib/librte_eal/common/eal_common_bus.c
@@
-35,6
+35,7
@@
#include <sys/queue.h>
#include <rte_bus.h>
+#include <rte_debug.h>
#include "eal_private.h"