]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_distributor.c
distributor: remove inclusion of mbuf header
[dpdk.git] / app / test / test_distributor.c
index ad4698763fcaf2f95ba239883dbd6d1a333b6dfc..afe33a7fceb38d520ce97679db5c1b8ce083617d 100644 (file)
@@ -37,6 +37,8 @@
 #include <string.h>
 #include <rte_cycles.h>
 #include <rte_errno.h>
+#include <rte_mempool.h>
+#include <rte_mbuf.h>
 #include <rte_distributor.h>
 
 #define ITER_POWER 20 /* log 2 of how many iterations we do when timing. */