[dpdk-dev] [PATCH 0/2] Add missing includes to headers

Bruce Richardson bruce.richardson at intel.com
Mon May 25 14:23:52 CEST 2015


The convention in DPDK is that each header file should include 
any other headers on which it depends. This patch set adds in 
some missing header dependencies.

Bruce Richardson (2):
  eal: add missing include <stdio.h> to rte_pci.h
  kni: add missing include dependencies

 lib/librte_eal/common/include/rte_pci.h | 1 +
 lib/librte_kni/rte_kni.h                | 2 ++
 2 files changed, 3 insertions(+)

-- 
2.1.0



More information about the dev mailing list