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:
parent
7cc3f2c2a4
commit
6226aa5672
@ -38,6 +38,8 @@
|
|||||||
* RTE Longest Prefix Match for IPv6 (LPM6)
|
* RTE Longest Prefix Match for IPv6 (LPM6)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user