lpm6: fix missing header dependency

Include stdint.h for the definition of uint*_t types.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2016-04-28 15:08:33 +03:00 committed by Thomas Monjalon
parent 7cc3f2c2a4
commit 6226aa5672

@ -38,6 +38,8 @@
* RTE Longest Prefix Match for IPv6 (LPM6)
*/
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif