diff options
Diffstat (limited to 'lib/librte_ether/rte_dev_info.h')
-rw-r--r-- | lib/librte_ether/rte_dev_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librte_ether/rte_dev_info.h b/lib/librte_ether/rte_dev_info.h index 574683d3..aab6d1a6 100644 --- a/lib/librte_ether/rte_dev_info.h +++ b/lib/librte_ether/rte_dev_info.h @@ -34,6 +34,8 @@ #ifndef _RTE_DEV_INFO_H_ #define _RTE_DEV_INFO_H_ +#include <stdint.h> + /* * Placeholder for accessing device registers */ |