From: Pieter Lexis Date: Thu, 16 Mar 2017 13:53:51 +0000 (+0100) Subject: SyncRes: guard config.h include X-Git-Tag: rec-4.1.0-alpha1~174^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=206424940147886d0592700b868766f223c130d4;p=thirdparty%2Fpdns.git SyncRes: guard config.h include --- 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