From 206424940147886d0592700b868766f223c130d4 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 16 Mar 2017 14:53:51 +0100 Subject: [PATCH] SyncRes: guard config.h include --- pdns/syncres.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pdns/syncres.hh b/pdns/syncres.hh index 2be1a8f739..84d0c64d93 100644 --- a/pdns/syncres.hh +++ b/pdns/syncres.hh @@ -49,7 +49,10 @@ #include "ednssubnet.hh" #include "filterpo.hh" +#ifdef HAVE_CONFIG_H #include "config.h" +#endif + #ifdef HAVE_PROTOBUF #include #include -- 2.47.2