[dpdk-dev] [PATCH] lpm6: fix missing header dependency

2016-05-02 Thread Thomas Monjalon
2016-04-28 15:08, Igor Ryzhov:
> Include stdint.h for the definition of uint*_t types.
> 
> Signed-off-by: Igor Ryzhov 

Applied, thanks


[dpdk-dev] [PATCH] lpm6: fix missing header dependency

2016-04-28 Thread Igor Ryzhov
Include stdint.h for the definition of uint*_t types.

Signed-off-by: Igor Ryzhov 
---
 lib/librte_lpm/rte_lpm6.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/librte_lpm/rte_lpm6.h b/lib/librte_lpm/rte_lpm6.h
index cedcea8..13d027f 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 
+
 #ifdef __cplusplus
 extern "C" {
 #endif
-- 
2.6.4