eal: fix missing header dependency
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 25 May 2015 12:23:53 +0000 (13:23 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 29 May 2015 18:27:23 +0000 (20:27 +0200)
commit49386e44f29af038d2e7c5275f1c5991a11952f6
tree7ebf5fd89f12af56008f4b0f0cd666658b23e1e9
parentf771913186352cf5c703c069ecb06c14d250fe81
eal: fix missing header dependency

rte_pci.h depends upon stdio.h for the definition of the FILE type. Add
in #include <stdio.h> to the file to satisfy this dependency in cases
where the including C file does not already include stdio.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Marc Sune <marc.sune@bisdn.de>
lib/librte_eal/common/include/rte_pci.h