diff options
author | Ciro Nishiguchi <ciro.nishiguchi@ni.com> | 2019-03-25 13:11:17 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:20 -0800 |
commit | 1e65500d791461be9aa7a2d2646d463f536f49e3 (patch) | |
tree | a603d8b56d41012e39f56531f017d0ebb5dedebd /host/lib/transport/udp_wsa_zero_copy.cpp | |
parent | 6f3c201a802079a3d565c5f14e1222743097b459 (diff) | |
download | uhd-1e65500d791461be9aa7a2d2646d463f536f49e3.tar.gz uhd-1e65500d791461be9aa7a2d2646d463f536f49e3.tar.bz2 uhd-1e65500d791461be9aa7a2d2646d463f536f49e3.zip |
uhd: add udp boost asio implementation of transport interface
Diffstat (limited to 'host/lib/transport/udp_wsa_zero_copy.cpp')
-rw-r--r-- | host/lib/transport/udp_wsa_zero_copy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/udp_wsa_zero_copy.cpp b/host/lib/transport/udp_wsa_zero_copy.cpp index 8f83ea5ef..36837cda4 100644 --- a/host/lib/transport/udp_wsa_zero_copy.cpp +++ b/host/lib/transport/udp_wsa_zero_copy.cpp @@ -5,11 +5,11 @@ // SPDX-License-Identifier: GPL-3.0-or-later // -#include "udp_common.hpp" #include <uhd/transport/buffer_pool.hpp> #include <uhd/transport/udp_simple.hpp> //mtu #include <uhd/transport/udp_zero_copy.hpp> #include <uhd/utils/log.hpp> +#include <uhdlib/transport/udp_common.hpp> #include <boost/format.hpp> #include <vector> |