Fix: file-descriptor: missing include guards
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 29 Mar 2023 20:18:36 +0000 (16:18 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Apr 2023 20:26:58 +0000 (16:26 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I05551e67a28e75b353f22e8df9f2ecde8dad5f5b

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.025487 seconds and 4 git commands to generate.