[dpdk-dev] [PATCH v2 07/14] app/testpmd: properly reference PCI	header
    Gaetan Rivet 
    gaetan.rivet at 6wind.com
       
    Wed May 24 18:16:42 CEST 2017
    
    
  
Signed-off-by: Gaetan Rivet <gaetan.rivet at 6wind.com>
---
 app/test-pmd/testpmd.h | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h
index a15598b..d61a4ad 100644
--- a/app/test-pmd/testpmd.h
+++ b/app/test-pmd/testpmd.h
@@ -34,6 +34,8 @@
 #ifndef _TESTPMD_H_
 #define _TESTPMD_H_
 
+#include <rte_pci.h>
+
 #define RTE_PORT_ALL            (~(portid_t)0x0)
 
 #define RTE_TEST_RX_DESC_MAX    2048
-- 
2.1.4
    
    
More information about the dev
mailing list