diff options
author | Alex Williams <alex.williams@ni.com> | 2019-03-18 11:11:13 -0700 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2019-05-21 16:05:39 -0700 |
commit | 79b235502da6d5f55ca59d48f9d825e40e191d02 (patch) | |
tree | e786e8936a6361bccf179c9aa5d88506e348ecf5 /host/tests/dpdk_test.cpp | |
parent | 960a8ff10ad084cabb8397eceda44f56b327246f (diff) | |
download | uhd-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/tests/dpdk_test.cpp')
-rw-r--r-- | host/tests/dpdk_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/dpdk_test.cpp b/host/tests/dpdk_test.cpp index ff52e4b60..df4717154 100644 --- a/host/tests/dpdk_test.cpp +++ b/host/tests/dpdk_test.cpp @@ -8,7 +8,7 @@ */ -#include "../transport/dpdk_zero_copy.hpp" +#include <uhdlib/transport/dpdk_zero_copy.hpp> #include <uhdlib/transport/uhd-dpdk.h> #include <arpa/inet.h> #include <errno.h> |