diff options
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/xports.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/xports.hpp b/host/lib/include/uhdlib/rfnoc/xports.hpp index 5ee65175a..06fd4713b 100644 --- a/host/lib/include/uhdlib/rfnoc/xports.hpp +++ b/host/lib/include/uhdlib/rfnoc/xports.hpp @@ -5,6 +5,9 @@ // SPDX-License-Identifier: GPL-3.0-or-later // +#ifndef INCLUDED_LIBUHD_XPORTS_HPP +#define INCLUDED_LIBUHD_XPORTS_HPP + #include <uhd/types/sid.hpp> #include <uhd/types/endianness.hpp> #include <uhd/transport/zero_copy.hpp> @@ -27,3 +30,5 @@ namespace uhd { }; +#endif /* INCLUDED_LIBUHD_XPORTS_HPP */ + |