X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffile-descriptor.hpp;h=e8ddfe7a144815c15c8b729fd53027e0e923bd9d;hb=238fab718442f811eeba699216ca8e9d61cbadd0;hp=0ddc2b91c8f30a8d689a5be1b9fe26b8b0b412b9;hpb=b37c485170fc29ed99e21a1c9e8a3bb3b24c184b;p=lttng-tools.git diff --git a/src/common/file-descriptor.hpp b/src/common/file-descriptor.hpp index 0ddc2b91c..e8ddfe7a1 100644 --- a/src/common/file-descriptor.hpp +++ b/src/common/file-descriptor.hpp @@ -5,6 +5,9 @@ * */ +#ifndef LTTNG_FILE_DESCRIPTOR_HPP +#define LTTNG_FILE_DESCRIPTOR_HPP + #include #include @@ -78,3 +81,5 @@ private: }; } /* namespace lttng */ + +#endif /* LTTNG_FILE_DESCRIPTOR_HPP */