kni: fix missing header dependencies
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 25 May 2015 12:23:54 +0000 (13:23 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 29 May 2015 18:27:23 +0000 (20:27 +0200)
commit365f618238d093706dc94b471001da0cbb59914b
tree63166c28a657df9f19e4eece139a314cdd07d8e4
parent49386e44f29af038d2e7c5275f1c5991a11952f6
kni: fix missing header dependencies

The file rte_kni.h depends upon a number of other headers, some of which
are missing from the #include lines. The following #includes are added:
 * rte_memory.h - for the definition of phys_addr_t
 * rte_mempool.h - for the definition of mempool struct and the mempool
   create function.

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