app/testpmd: configure flowgen packet size with --txpkts
[dpdk.git] / lib / librte_pdump / rte_pdump.h
index b5f4e2f..924b804 100644 (file)
  * 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