DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] lpm6: fix missing header dependency
@ 2016-04-28 12:08 Igor Ryzhov
  2016-05-02 10:35 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Ryzhov @ 2016-04-28 12:08 UTC (permalink / raw)
  To: dev

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

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
---
 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 <stdint.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
-- 
2.6.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] lpm6: fix missing header dependency
  2016-04-28 12:08 [dpdk-dev] [PATCH] lpm6: fix missing header dependency Igor Ryzhov
@ 2016-05-02 10:35 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-05-02 10:35 UTC (permalink / raw)
  To: Igor Ryzhov; +Cc: dev

2016-04-28 15:08, Igor Ryzhov:
> Include stdint.h for the definition of uint*_t types.
> 
> Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-02 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-28 12:08 [dpdk-dev] [PATCH] lpm6: fix missing header dependency Igor Ryzhov
2016-05-02 10:35 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).