aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-11-01 16:43:14 -0700
committerMartin Braun <martin.braun@ettus.com>2018-03-14 15:22:01 -0700
commit0d162db46c2c237a10c202adb8bed4cab2f6d682 (patch)
tree7749295565078dbaa04717a9cc956fc0c98c163d
parentedd624e903822bdc446e42f37e8d5aee8f6c31cc (diff)
downloaduhd-0d162db46c2c237a10c202adb8bed4cab2f6d682.tar.gz
uhd-0d162db46c2c237a10c202adb8bed4cab2f6d682.tar.bz2
uhd-0d162db46c2c237a10c202adb8bed4cab2f6d682.zip
lib: Add include guards for xports.hpp
-rw-r--r--host/lib/include/uhdlib/rfnoc/xports.hpp5
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 */
+