From 22a141bd15c41843f409e5e719d22ccf5b66430a Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 30 Apr 2018 11:37:20 +0200 Subject: [PATCH] Add some missing header include guards --- pdns/ixfr.hh | 1 + pdns/opensslsigners.hh | 1 + 2 files changed, 2 insertions(+) diff --git a/pdns/ixfr.hh b/pdns/ixfr.hh index 1d9606a1e9..3444a798bd 100644 --- a/pdns/ixfr.hh +++ b/pdns/ixfr.hh @@ -19,6 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#pragma once #include "namespaces.hh" #include "iputils.hh" #include "dnsparser.hh" diff --git a/pdns/opensslsigners.hh b/pdns/opensslsigners.hh index 9724d27ffd..cf7982cf17 100644 --- a/pdns/opensslsigners.hh +++ b/pdns/opensslsigners.hh @@ -19,6 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#pragma once #include #include #include -- 2.47.2