tap_v2: include host-side parameters in the dump binary API
[vpp.git] / src / vnet / devices / virtio / device.c
index d4ef6d8..df5fcf5 100644 (file)
@@ -24,6 +24,8 @@
 #include <vlib/vlib.h>
 #include <vlib/unix/unix.h>
 #include <vnet/ethernet/ethernet.h>
+#include <vnet/ip/ip4_packet.h>
+#include <vnet/ip/ip6_packet.h>
 #include <vnet/devices/virtio/virtio.h>
 
 #define foreach_virtio_tx_func_error          \