[dpdk-dev] [PATCH v5 07/19] app/testpmd: properly reference PCI	header
    Gaetan Rivet 
    gaetan.rivet at 6wind.com
       
    Wed Jun 21 01:35:41 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 1838241..90a6568 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