chiark / gitweb /
rtnl: internal headers must include pragma once protection
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Nov 2013 02:38:08 +0000 (03:38 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Nov 2013 02:38:08 +0000 (03:38 +0100)
src/libsystemd-rtnl/rtnl-internal.h
src/libsystemd-rtnl/rtnl-util.h

index 70bb6d0b18902f9e3886eef626a00eac6bd4b8e4..b34e7ea126f63345074462456f3f04e11090dba7 100644 (file)
@@ -1,5 +1,7 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
+#pragma once
+
 /***
   This file is part of systemd.
 
index a6ac4b62c9f46cbb6f833704f39767bce073fa6b..902ff646cf078bb25d90596e9bbff90d24885357 100644 (file)
@@ -1,5 +1,7 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
+#pragma once
+
 /***
  This file is part of systemd.