eal: include stdint in private header

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
This commit is contained in:
Gaetan Rivet 2017-10-26 12:05:48 +02:00 committed by Thomas Monjalon
parent 0af0c40d41
commit b27a200d03

View File

@ -35,6 +35,7 @@
#define _EAL_PRIVATE_H_
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <rte_pci.h>