Fix: file-descriptor: missing include guards
[lttng-tools.git] / src / common / file-descriptor.hpp
index 0ddc2b91c8f30a8d689a5be1b9fe26b8b0b412b9..e8ddfe7a144815c15c8b729fd53027e0e923bd9d 100644 (file)
@@ -5,6 +5,9 @@
  *
  */
 
+#ifndef LTTNG_FILE_DESCRIPTOR_HPP
+#define LTTNG_FILE_DESCRIPTOR_HPP
+
 #include <common/error.hpp>
 #include <common/format.hpp>
 
@@ -78,3 +81,5 @@ private:
 };
 
 } /* namespace lttng */
+
+#endif /* LTTNG_FILE_DESCRIPTOR_HPP */
This page took 0.023231 seconds and 4 git commands to generate.