diff options
author | Alex Williams <alex.williams@ni.com> | 2019-01-14 11:08:23 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-15 17:14:57 -0800 |
commit | 56c9a23c40417d5848b33b30ab941e8a8dc3c28c (patch) | |
tree | b8b74d08cce371e0a38ade305fdbc9a0f0a0ef70 /host/lib/transport/dpdk_zero_copy.cpp | |
parent | 037a8ddd17f122261689f44c55a68302ae065a87 (diff) | |
download | uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.tar.gz uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.tar.bz2 uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.zip |
transport: Move uhd-dpdk header to uhdlib
Diffstat (limited to 'host/lib/transport/dpdk_zero_copy.cpp')
-rw-r--r-- | host/lib/transport/dpdk_zero_copy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/dpdk_zero_copy.cpp b/host/lib/transport/dpdk_zero_copy.cpp index fab2098c1..2e95efd81 100644 --- a/host/lib/transport/dpdk_zero_copy.cpp +++ b/host/lib/transport/dpdk_zero_copy.cpp @@ -8,7 +8,7 @@ #include <uhd/config.hpp> #include <uhd/utils/static.hpp> #include <uhd/utils/log.hpp> -#include <uhd/transport/uhd-dpdk.h> +#include <uhdlib/transport/uhd-dpdk.h> #include <boost/make_shared.hpp> #include <sys/syslog.h> #include <stack> |