From 88a405980fc19f5e9833c4880911b8b883435ad9 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Mon, 18 Mar 2019 11:11:13 -0700 Subject: uhdlib: Add dpdk_zero_copy.hpp dpdk_zero_copy.hpp was referenced in multiple places using relative paths. Let's throw it in uhdlib for easy access. --- host/lib/usrp/x300/x300_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/x300') diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index 72aeb09e6..796d422ad 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -25,7 +25,7 @@ #include #include #ifdef HAVE_DPDK -# include "../../transport/dpdk_zero_copy.hpp" +# include # include #endif #include -- cgit v1.2.3