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:
0af0c40
)
eal: include stdint in private header
author
Gaetan Rivet
<gaetan.rivet@6wind.com>
Thu, 26 Oct 2017 10:05:48 +0000
(12:05 +0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 26 Oct 2017 21:17:31 +0000
(23:17 +0200)
Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
lib/librte_eal/common/eal_private.h
patch
|
blob
|
history
diff --git
a/lib/librte_eal/common/eal_private.h
b/lib/librte_eal/common/eal_private.h
index
6e0f85d
..
9340b6e
100644
(file)
--- a/
lib/librte_eal/common/eal_private.h
+++ b/
lib/librte_eal/common/eal_private.h
@@
-35,6
+35,7
@@
#define _EAL_PRIVATE_H_
#include <stdbool.h>
+#include <stdint.h>
#include <stdio.h>
#include <rte_pci.h>