chiark / gitweb /
#pragma once here and there
[elogind.git] / src / compat-libs / linkwarning.h
index a2e9534a802fe4d0ffd2d0ec237a4567471c0713..79ece9e7d14c25c8a45126254285a3673dcd48a2 100644 (file)
@@ -18,6 +18,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#pragma once
+
 #define __make_section_unallocated(section_string)      \
   asm (".section " section_string "\n\t.previous");