aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/xports.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/xports.hpp')
-rw-r--r--host/lib/rfnoc/xports.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/rfnoc/xports.hpp b/host/lib/rfnoc/xports.hpp
index 98cf71b6d..7bd4f2fc8 100644
--- a/host/lib/rfnoc/xports.hpp
+++ b/host/lib/rfnoc/xports.hpp
@@ -16,6 +16,7 @@
//
#include <uhd/types/sid.hpp>
+#include <uhd/types/endianness.hpp>
#include <uhd/transport/zero_copy.hpp>
namespace uhd {
@@ -31,6 +32,7 @@ namespace uhd {
size_t send_buff_size;
uhd::sid_t send_sid;
uhd::sid_t recv_sid;
+ uhd::endianness_t endianness;
};
};