chiark / gitweb /
networkd: add basic org.freedesktop.network1.Network interface
[elogind.git] / src / compat-libs / linkwarning.h
index b6a6ac2940c499d7c34f7bf6df30bc19ed282683..79ece9e7d14c25c8a45126254285a3673dcd48a2 100644 (file)
@@ -18,6 +18,7 @@
   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");