af_xdp: update af_xdp driver plugin to depend on libxdp
[vpp.git] / src / plugins / af_xdp / af_xdp.h
index 84fc65f..cf364fc 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <vlib/log.h>
 #include <vnet/interface.h>
-#include <bpf/xsk.h>
+#include <xdp/xsk.h>
 
 #define AF_XDP_NUM_RX_QUEUES_ALL        ((u16)-1)