aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/uhd-dpdk
diff options
context:
space:
mode:
authorAlex Williams <alex.williams@ni.com>2019-01-14 11:08:23 -0800
committerBrent Stapleton <brent.stapleton@ettus.com>2019-01-15 17:14:57 -0800
commit56c9a23c40417d5848b33b30ab941e8a8dc3c28c (patch)
treeb8b74d08cce371e0a38ade305fdbc9a0f0a0ef70 /host/lib/transport/uhd-dpdk
parent037a8ddd17f122261689f44c55a68302ae065a87 (diff)
downloaduhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.tar.gz
uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.tar.bz2
uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.zip
transport: Move uhd-dpdk header to uhdlib
Diffstat (limited to 'host/lib/transport/uhd-dpdk')
-rw-r--r--host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h b/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h
index ca0fa77b3..d497e5d5a 100644
--- a/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h
+++ b/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h
@@ -14,7 +14,7 @@
#include <rte_hash.h>
#include <rte_eal.h>
#include <rte_atomic.h>
-#include <uhd/transport/uhd-dpdk.h>
+#include <uhdlib/transport/uhd-dpdk.h>
//#include <pthread.h>
/* For nice scheduling options later, make sure to separate RX and TX activity */