From: Gaetan Rivet Date: Thu, 26 Oct 2017 10:05:48 +0000 (+0200) Subject: eal: include stdint in private header X-Git-Tag: spdx-start~1075 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b27a200d03310c161be15cd099d46c9c74c2c5eb;p=dpdk.git eal: include stdint in private header Signed-off-by: Gaetan Rivet --- diff --git a/lib/librte_eal/common/eal_private.h b/lib/librte_eal/common/eal_private.h index 6e0f85def8..9340b6ebd8 100644 --- 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 +#include #include #include