]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add some missing header include guards
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 30 Apr 2018 09:37:20 +0000 (11:37 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 30 Apr 2018 09:37:20 +0000 (11:37 +0200)
pdns/ixfr.hh
pdns/opensslsigners.hh

index 1d9606a1e92a515b35ef8177db0fadeaa3a0c23b..3444a798bd201ecf1e2adbd35c42ae95718070ae 100644 (file)
@@ -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"
index 9724d27ffdd9f9e55dddf920664f6fd03443ca4d..cf7982cf1795b3acd79a607df3d8dba2e16fd89b 100644 (file)
@@ -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 <string>
 #include <pthread.h>
 #include <openssl/crypto.h>