diff options
Diffstat (limited to 'lib/librte_lpm/rte_lpm6.h')
-rw-r--r-- | lib/librte_lpm/rte_lpm6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librte_lpm/rte_lpm6.h b/lib/librte_lpm/rte_lpm6.h index cedcea8d..13d027f9 100644 --- a/lib/librte_lpm/rte_lpm6.h +++ b/lib/librte_lpm/rte_lpm6.h @@ -38,6 +38,8 @@ * RTE Longest Prefix Match for IPv6 (LPM6) */ +#include <stdint.h> + #ifdef __cplusplus extern "C" { #endif |