[dpdk-dev] [PATCH 1/2] eal: add missing include to rte_pci.h

2015-05-28 Thread Marc Sune
On 25/05/15 14:23, Bruce Richardson wrote: > rte_pci.h depends upon stdio.h for the definition of the FILE type. Add > in #include to the file to satisfy this dependency in cases > where the including C file does not already include stdio. > > Signed-off-by: Bruce Richardson > --- > lib/librt

[dpdk-dev] [PATCH 1/2] eal: add missing include to rte_pci.h

2015-05-25 Thread Bruce Richardson
rte_pci.h depends upon stdio.h for the definition of the FILE type. Add in #include to the file to satisfy this dependency in cases where the including C file does not already include stdio. Signed-off-by: Bruce Richardson --- lib/librte_eal/common/include/rte_pci.h | 1 + 1 file changed, 1 ins