diff options
Diffstat (limited to 'lib/librte_pdump/rte_pdump.h')
-rw-r--r-- | lib/librte_pdump/rte_pdump.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/librte_pdump/rte_pdump.h b/lib/librte_pdump/rte_pdump.h index b5f4e2f3..924b8043 100644 --- a/lib/librte_pdump/rte_pdump.h +++ b/lib/librte_pdump/rte_pdump.h @@ -41,6 +41,10 @@ * packet dump library to provide packet capturing support on dpdk. */ +#include <stdint.h> +#include <rte_mempool.h> +#include <rte_ring.h> + #ifdef __cplusplus extern "C" { #endif |