git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc3f2c
)
lpm6: fix missing header dependency
author
Igor Ryzhov
<iryzhov@nfware.com>
Thu, 28 Apr 2016 12:08:33 +0000
(15:08 +0300)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/lib/librte_lpm/rte_lpm6.h
b/lib/librte_lpm/rte_lpm6.h
index
cedcea8
..
13d027f
100644
(file)
--- 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