From: Gaetan Rivet Date: Fri, 7 Jul 2017 00:04:24 +0000 (+0200) Subject: app/testpmd: include PCI header directly X-Git-Tag: spdx-start~2557 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=85c18dcb5c6a420ba942d033c15738dbbab4d40b;p=dpdk.git app/testpmd: include PCI header directly In devargs rework, rte_pci.h won't be included via rte_devargs.h anymore. Signed-off-by: Gaetan Rivet --- diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h index 368a129fc2..9ccfb6d00f 100644 --- a/app/test-pmd/testpmd.h +++ b/app/test-pmd/testpmd.h @@ -34,6 +34,8 @@ #ifndef _TESTPMD_H_ #define _TESTPMD_H_ +#include + #define RTE_PORT_ALL (~(portid_t)0x0) #define RTE_TEST_RX_DESC_MAX 2048