app/testpmd: implement basic support for flow API
[dpdk.git] / app / test-pmd / parameters.c
index 08e5a76..28db8cd 100644 (file)
@@ -76,6 +76,7 @@
 #ifdef RTE_LIBRTE_PMD_BOND
 #include <rte_eth_bond.h>
 #endif
+#include <rte_flow.h>
 
 #include "testpmd.h"