Skip to content

Commit

Permalink
Add some missing header include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Apr 30, 2018
1 parent 819861f commit 22a141b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pdns/ixfr.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions pdns/opensslsigners.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 22a141b

Please sign in to comment.