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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a141bd15c41843f409e5e719d22ccf5b66430a;p=thirdparty%2Fpdns.git Add some missing header include guards --- 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