From c9403dced7c3eb0cc2a925c6428ca30ef8527b55 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 23 Jan 2015 09:20:59 -0500 Subject: #pragma once here and there --- src/compat-libs/linkwarning.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compat-libs') diff --git a/src/compat-libs/linkwarning.h b/src/compat-libs/linkwarning.h index a2e9534a80..79ece9e7d1 100644 --- a/src/compat-libs/linkwarning.h +++ b/src/compat-libs/linkwarning.h @@ -18,6 +18,8 @@ along with systemd; If not, see . ***/ +#pragma once + #define __make_section_unallocated(section_string) \ asm (".section " section_string "\n\t.previous"); -- cgit v1.2.3-54-g00ecf