aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_impl.cpp
diff options
context:
space:
mode:
authorAlex Williams <alex.williams@ni.com>2019-03-18 11:11:13 -0700
committermichael-west <michael.west@ettus.com>2019-05-21 16:05:39 -0700
commit79b235502da6d5f55ca59d48f9d825e40e191d02 (patch)
treee786e8936a6361bccf179c9aa5d88506e348ecf5 /host/lib/usrp/x300/x300_impl.cpp
parent960a8ff10ad084cabb8397eceda44f56b327246f (diff)
downloaduhd-79b235502da6d5f55ca59d48f9d825e40e191d02.tar.gz
uhd-79b235502da6d5f55ca59d48f9d825e40e191d02.tar.bz2
uhd-79b235502da6d5f55ca59d48f9d825e40e191d02.zip
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.
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.cpp')
-rw-r--r--host/lib/usrp/x300/x300_impl.cpp2
1 files changed, 1 insertions, 1 deletions
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 <uhd/utils/static.hpp>
#include <uhdlib/usrp/common/apply_corrections.hpp>
#ifdef HAVE_DPDK
-# include "../../transport/dpdk_zero_copy.hpp"
+# include <uhdlib/transport/dpdk_zero_copy.hpp>
# include <uhdlib/transport/dpdk_simple.hpp>
#endif
#include <boost/algorithm/string.hpp>