aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/unix/pcap2pg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/unix/pcap2pg.c')
-rw-r--r--src/vnet/unix/pcap2pg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/unix/pcap2pg.c b/src/vnet/unix/pcap2pg.c
index 712907a5bac..e27dad7a412 100644
--- a/src/vnet/unix/pcap2pg.c
+++ b/src/vnet/unix/pcap2pg.c
@@ -19,7 +19,7 @@
* @brief Functions to convert PCAP file format to VPP PG (Packet Generator)
*
*/
-#include <vnet/unix/pcap.h>
+#include <vppinfra/pcap.h>
#include <vnet/ethernet/packet.h>
#include <stdio.h>