numam-dpdk/lib/librte_cfgfile
Adrien Mazarguil f04519d809 lib: add missing include dependencies
Exported header files for use by applications should be self sufficient and
allow out of order inclusion. Moreover, they must include all the system
headers they need for types and macros.

This commit prevents the following errors:

 error: `RTE_MAX_LCORE' undeclared here (not in a function)
 error: `RTE_LPM_VALID_EXT_ENTRY_BITMASK' undeclared
  (first use in this function)
 error: #error "Unsupported cache line size"
 error: `asm' undeclared (first use in this function)
 error: implicit declaration of function `[...]'
 error: unknown type name `[...]'
 error: field `mac_addr' has incomplete type
 error: `CHAR_BIT' undeclared here (not in a function)
 error: `struct [...]' declared inside parameter list
 error: unknown type name `uint8_t'

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2016-09-13 15:35:28 +02:00
..
Makefile cfgfile: increase entry name and value sizes 2015-10-22 18:35:11 +02:00
rte_cfgfile_version.map cfgfile: support looking up sections by index 2016-02-29 11:28:31 +01:00
rte_cfgfile.c cfgfile: fix uninitialized variable on load error 2016-05-02 15:15:46 +02:00
rte_cfgfile.h lib: add missing include dependencies 2016-09-13 15:35:28 +02:00