lpm6: fix missing header dependency
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 28 Apr 2016 12:08:33 +0000 (15:08 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 2 May 2016 10:37:49 +0000 (12:37 +0200)
Include stdint.h for the definition of uint*_t types.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/librte_lpm/rte_lpm6.h

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