diff options
Diffstat (limited to 'lib/librte_ether/rte_eth_ctrl.h')
-rw-r--r-- | lib/librte_ether/rte_eth_ctrl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_ctrl.h index c3a2c9e4..fe80eb01 100644 --- a/lib/librte_ether/rte_eth_ctrl.h +++ b/lib/librte_ether/rte_eth_ctrl.h @@ -34,6 +34,10 @@ #ifndef _RTE_ETH_CTRL_H_ #define _RTE_ETH_CTRL_H_ +#include <stdint.h> +#include <rte_common.h> +#include "rte_ether.h" + /** * @file * |