From: Chris Hofstaedtler Date: Mon, 30 Apr 2018 09:37:20 +0000 (+0200) Subject: Add some missing header include guards X-Git-Tag: dnsdist-1.3.1~120^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22a141bd15c41843f409e5e719d22ccf5b66430a;p=pdns Add some missing header include guards --- diff --git a/pdns/ixfr.hh b/pdns/ixfr.hh index 1d9606a1e..3444a798b 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 9724d27ff..cf7982cf1 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